/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
}

/*
.yellow-bar {
    height: 15%;
    min-height: 125px;
    position: relative;
}

@media (max-width: 1100px) {
    .carousel-inner {
        height: 75%;
    }
    .yellow-bar {
        height: 25%;
    }
}
@media (max-width: 767px) {
    .carousel-inner {
        height: 50%;
    }
    .yellow-bar {
        height: 50%;
        min-height: 300px;
    }
}
*/
