/* ff_slider */

#banner_slider{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 556px;
    overflow: hidden;
}
.slide_container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.badge_container {
    width: 25%;
    max-width: 1080px;
    position: relative;
    z-index: 500 !important;
    float: right;
    top: 165px !important;
}

.year_badge{
    width: 75px;
    height: 150px;
    position: relative;
    margin: 0;
    margin-top: 40px;
    margin-left: 34px;
    z-index: 100;
}
#banner_slider .slide{
    position: relative;
}

#banner_slider .slide img, #banner_slider .slide video {
    object-fit: cover;
    width: 1920px;
    max-width: 1920px;
    height: 560px;
    z-index: 1000;
    padding: 0px;
    margin: 0px;
}

#banner_slider .slide .slide_titles {
    position: absolute;
    width: 50%;
    float: left;
    top: 150px;
    margin-left: 20%;
}

#banner_slider .slide h2 {
    color: white;
    font-size: 3rem;
    z-index: 1000;
    /* position: absolute; */
    text-align: left;
    /* top: 150px; */
    /* width: 700px; */
    /* float: left; */
    /* padding-left: 10%; */
    text-transform: capitalize;
    line-height: 60px;
}

#banner_slider .slide h3 {
    color: white;
    font-size: 1rem;
    z-index: 1000;
    /* position: absolute; */
    text-align: left;
    /* top: 100px; */
    width: 700px;
    /* float: left; */
    /* padding-left: 20%; */
    text-transform: uppercase;
    line-height: 60px;
}

#banner_slider a.previous_link, #banner_slider a.next_link{
    float: left;
    z-index: 1000;
}

/* slider media queries */
@media screen and (min-width: 1241px) and (max-width:1530px) {
    #banner_slider .slide .slide_titles {
        margin-left: 15%;
    }
}

@media screen and (max-width:1240px) {
    #banner_slider .slide .slide_titles {
        margin-left: 10%;
    }
}


@media screen and (max-width:1100px) {
    #banner_slider {
        height: 420px;
    }

    #banner_slider .slide .slide_titles {
        top: 75px;
    }

    .badge_container {
        top: 95px !important;
    }
}

@media screen and (max-width:820px) {
    #banner_slider .slide .slide_titles {
        top: 25px;
    }

    .badge_container {
        top: 45px !important;
    }
}

@media screen and (max-width:750px) {
    #banner_slider {
        visibility: hidden;
        height: 0px !important;
    }
}