/* ============================================
   Mobile-First Responsive Styles
   Bootstrap 4 Breakpoints:
   - xs: <576px
   - sm: ≥576px
   - md: ≥768px
   - lg: ≥992px
   - xl: ≥1200px
   ============================================ */

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
    header#header nav.navbar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .hero-section > .row {
        flex: 0 0 100%;
        display: flex;
        gap: 20px;
    }
    .hero-section {
        margin-top: 56px;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .btn.btn-cta.btn-em-green {
        width: auto;
    }
    .bg-video {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .hero-section::before {
        content: "" !important;
    }
    .adSlider {
        margin: 0 0 30px !important;
    }
    .banners-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .banners-section h2 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
}
