.carousel, .item, .active {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}
.carousel {
	margin-bottom: 0px;
}
.carousel-caption {
	padding-bottom: 118px;
	text-align: center;
}
.carousel-indicators {
bottom: 98px;
width: 20%;
text-align: center;
margin-left: auto;
margin-right: auto;
left: 40%;
}



.fill {
	width: 100%;
	height: 720px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

@media (max-width:992px){
.fill {
     height: 768px;
}}

