.item, .active, .carousel-inner { height: 100%; }
.fill { width: 100%; height: 100%; background-position: center; background-size: cover; }
.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-next { display:none; }
.carousel-control .icon-prev { display:none; }


@media (max-width:767px) {
.carousel { height:300px; }



 }

@media(min-width:768px) and (max-width:991px) {
.carousel { height:448px; }


 }

@media(min-width:992px) {
.carousel { height:560px; }


 }

@media(min-width:1200px) {
.carousel { height:614px; }


}

