/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.5.1 (21 January 2025)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2025                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
section.banner.free_style.over-image {
  background-image: url("../images/background.jpg");
}

section.banner.free_style > div[class^="container"] {
  padding-top: 10%;
}

@media screen and (max-width: 1280px) {
  section.banner.free_style > div[class^="container"] {
    padding-top: 15%;
  }
}

@media screen and (max-width: 800px) {
  section.banner.free_style > div[class^="container"] {
    padding-top: 20%;
  }
}

@media screen and (max-width: 768px) {
  section.banner.free_style > div[class^="container"] {
    padding-top: 25%;
  }
}
