.item, .active, .carousel-inner { height: 100%; }
.fill { width: 100%; height: 100%; background-position: center; background-size: cover; }
.carousel { height:739px; }


.carousel-caption { text-align:left; text-shadow:none; background-color:#fff; position:absolute;}

@media (max-width:767px) {



.carousel-caption { top:614px; left:50%; width:500px; height:125px; margin-left: -260px;}
.carousel { height:739px; }

 }

@media(min-width:768px) and (max-width:991px) {

.carousel-caption { top:614px; left:50%; width:500px; height:125px; margin-left: -260px;}
.carousel { height:739px; }
 }

@media(min-width:992px) {
	


.carousel-caption { top:614px; left:50%; width:500px; height:125px; margin-left: -260px;}
.carousel { height:739px; }

 }

@media(min-width:1200px) {


.carousel-caption { top:614px; left:50%; width:500px; height:125px; margin-left: -260px;}
.carousel { height:739px; }

}
