html, body {
	height:100%;
}

.carousel {
	height:70%;
}

.item,
.active,
.carousel-inner {
	height:100%;
}

.fill {
	width:100%;
	height:100%;
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
}

footer {
	margin: 50px 0;
}