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

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

#slide-big-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#slide-big-video video {
	height: 100%;
	/* width: 100%;
	object-fit: cover; */
	margin: 0 auto;
	display: block;
}

.home .entry-footer {
	display: none;
}

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

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