/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body,html{height:490px}

/* Media queries for different screen sizes */
@media (max-width: 767px) { /* For small devices (phones) */
body,html{height:200px}
}

@media (min-width: 768px) and (max-width: 991px) { /* For medium devices (tablets) */
    body,html{height:300px}
}

.active, .carousel, .carousel-inner, .fill, .item {
	height: 100%
}

.fill {
	width: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover
}