.hero-slider-block .carousel-item{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.video-container{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	pointer-events: none;
}
.video-container > .video-wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	padding-top: 56.25%;
	transform: translate3d(-50%, -50%, 0);
}
.video-container > .video-wrapper > iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.chapter{
	position: absolute;
	z-index: 10;
	bottom: 2.88vw;
	left: 2.88vw;
	font-size: 4.7vw;
	font-weight: bold;
	line-height: 0.89;
	color: #fff;
}

@media (max-width: 991px) {
	.chapter {
		bottom: 6vw;
		left: 6vw;
		font-size: 5.7vw;
	}
}

@media (max-width: 767px) {
	.chapter{
		bottom: 12.5vw;
		left: 7vw;
		font-size: 6vw;
	}
}