@charset "utf-8";
/* CSS Document */

/* =====================================================
   Mobile Banner Fix
   Race2Win Foundation
   ===================================================== */

/* Desktop - no changes */
@media (min-width: 992px){
    .banner-style01 .item{
        background-size: cover !important;
        background-position: center center !important;
    }
}

/* Tablet */
@media (max-width:991px){

    .banner-style01 .item{
        height:650px !important;
        min-height:650px !important;

        background-size:cover !important;
        background-repeat:no-repeat !important;
        background-position:65% center !important;
    }

}

/* Mobile */
@media (max-width:767px){

    .banner-style01 .item{
        height:480px !important;
        min-height:480px !important;

        background-size:cover !important;
        background-repeat:no-repeat !important;

        /* Move image slightly right */
        background-position:72% center !important;
    }

}

/* Small Mobile */
@media (max-width:575px){

    .banner-style01 .item{
        height:420px !important;
        min-height:420px !important;

        background-position:78% center !important;
    }

}

/* Very Small Devices */
@media (max-width:420px){

    .banner-style01 .item{
        height:360px !important;
        min-height:360px !important;

        background-position:82% center !important;
    }

}

@media (max-width:767px){

.banner-left{
    background-position:25% center !important;
}

.banner-center{
    background-position:center center !important;
}

.banner-right{
    background-position:75% center !important;
}

}

.full-screen{
    height:100vh;
}