.carousel-item {
	height: 65vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-caption {
	display: flex;
	justify-content: center;
}

.carousel-caption div {
	background-color:#000;
	opacity:.5;
}

