/* CUSTOM STYLE HERE */

@media(max-width: 1300px) {
    .banner-text {
        width: 80%;
        max-width: 100%;
    }
}

@media(max-width: 1199px) {
    #sponsors-logo.owl-stage-outer {
        padding: 0 50px;
    }
}

@media(max-width: 1100px) {
    .banner-text {
        top: -354px;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 800px;
        object-fit: cover;
    }

    #sponsors-logo.owl-carousel .owl-item img {
        width: 100%;
        height: auto;
    }
}

@media(max-width: 991px) {
    div.full-width-section .gallery-title {
        width: 100%;
    }

    #full-width-row._pres {
        display: block !important;
    }

    div.full-width-section .gallery-images {
        width: 100%;
        float: none;
    }
}

@media(max-width:980px) {
     .popup-menu {
        margin-top: -110px;
    }

    .popup-menu .mobile_menu_bar {
        position: absolute;
        right: 0;
        top: 25px;
    }

    .popup-menu #mobile_menu2 {
        margin-top: 81px;
    }

    .popup-menu * {
        height: auto;
    }

    .et_pb_section_7.home-section_02 {
        padding-top: 0;
    }

    .et_pb_column._head-inf {
        margin-bottom: 20px !important;
    }
}

@media(max-width: 900px) {
    div.full-width-section div.gallery-text {
        width: 33.333%;
    }
}

@media(max-width: 767px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 800px;
        object-fit: cover;
    }
}

@media(max-width: 700px) {
    div.full-width-section div.gallery-text {
        width: 50%;
        height: 260px;
    }
}

@media(max-width: 500px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 700px;
        object-fit: cover;
    }
}

@media(max-width: 400px) {
    #sticky-header-on-slide .et_pb_image_wrap img {
        width: 200px;
    }
}

@media(max-width: 375px) {
    div.full-width-section div.gallery-text {
        width: 100%;
    }
}