.carousel-item,
.carousel {
	min-height: 400px;
	background: no-repeat center center transparent;
	background-size: cover;
}

.carousel-caption {
	bottom: 50%;
	transform: translateY(50%);
}

@media only screen and (min-width: 1200px) {

	.carousel-item,
	.carousel {
		background-size: 100% 100%;
	}
}