﻿.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.carousel-control-next, .carousel-control-prev {
    position: relative;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.carousel-control-next, .carousel-control-prev {
    position: relative;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.carousel-indicators {
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}

.btn-slider {
    color: #015497;
    background-color: #fff;
    border-color: #015497;
}

.new-order-box {
    display: none;
}

.btn-carousel {
    font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
    min-width: 2.5em;
}

@media only screen and (min-width: 768px) {
    .lg {
        display: block;
    }

        .lg > .carousel-inner {
            height: 320px;
        }
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
    #banner {
        background-position: left !important;
    }

    #bannerBtnContainer {
        padding-left: 30px !important;
    }
}

@media only screen and (min-width: 100px) and (max-width: 1050px) {

    #bannerContainer {
        background-position: left !important;
    }
}

@media only screen and (max-width: 370px) {

    #bannerLink {
        bottom: 20px !important;
    }
}
