.-m-cms-cont-video-section-cd {
	font-size:1.43em;
	box-sizing:border-box;
	min-height:100vh;
	position:relative;
	display:flex;
	background-color:#777;
	text-align:center;
	padding-top: 184px;
	padding-top: 400px !important;
	padding-bottom: 184px;
}
.-m-cms-cont-video-section-cd.-Darken {
	color:#fff;
}
.-m-cms-cont-video-section-cd.-Darken::after {
	content:'';
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.-m-cms-cont-video-section-cd > .-videoWrapper {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
}
.-m-cms-cont-video-section-cd > .-videoWrapper::after {
	content:'';
	display:block;
	/* aspect-ratio */
	padding-bottom:59%;
}
.-m-cms-cont-video-section-cd > .-videoWrapper > video {
	position:absolute;
	min-width:100%;
	min-height:100%;
	/* hotspot center */
	top:50%;
	left:50%;
	transform:scale(1.001) translateX(-50%) translateY(-50%);
}

.-m-cms-cont-video-section-cd .l1_width {
	z-index:1;
}


.-m-cms-cont-video-section-cd h2 {
	font-weight:300;
	letter-spacing:-.015em;
	margin-bottom:.19em;
}


@media (max-width: 900px) {
	.-m-cms-cont-video-section-cd {
		font-size:1em;
	}
}
