

@media only screen and (min-width: 1500px) {
	.home-carousel .item {
		min-height: 650px;
	}	
}

@media only screen and (min-width: 1700px) {
	.home-carousel .item {
		min-height: 750px;
	}	
}

@media only screen and (max-width: 900px) {
	.home-carousel .item {
		min-height: 350px;
	}
	.home-carousel .carousel-caption {
	    font-size: 23px;
	}
}

@media only screen and (max-width: 550px) {
	.home-carousel .item {
		min-height: 250px;
	}
	.home-carousel .carousel-caption {
	    font-size: 18px;
	}
}

@media only screen and (max-width: 450px) {
	.home-carousel .item {
		min-height: 200px;
	}
}