/*!
 * Start Bootstrap - Half 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 {
    height: 550px;
}
@media (max-width: 991px) {
  .carousel {
    height: 400px;
} 
}
@media (max-width: 767px) {
  .carousel {
    height: 300px;
} 
}




.carousel-sm {
    height: 300px;
}
@media (max-width: 991px) {
  .carousel-sm {
    height: 200px;
} 
}
@media (max-width: 767px) {
  .carousel-sm {
    height: 200px;
} 
}


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

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

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

