.item, .active, .carousel-inner { height: 100%; }
.fill { width: 100%; height: 100%; background-position: center; background-size: cover; }
.carousel-indicators { display:none; }
.carousel-caption { text-align:left; left:10%; right:0%; }

@media (max-width:767px) {
.carousel { height:300px; }

 }

@media(min-width:768px) and (max-width:991px) {
.carousel { height:420px; }

 }

@media(min-width:992px) {
.carousel { height:622px; }
.carousel-caption { width:300px; padding-bottom:50px; }
 }

@media(min-width:1200px) {
.carousel { height:622px; }
.carousel-caption { width:350px; padding-bottom:100px; }
}

