.video-header-embeded {
	width: 100%;
	height: 560px;
	position: relative;
	overflow: hidden;
}
.video-header-embeded iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100vh;
	transform: translate(-50%, -50%);
	pointer-events: auto;
}
@media (min-aspect-ratio: 16/9) {
	.video-header-embeded iframe {
		height: 56.25vw;
	}
}
@media (max-aspect-ratio: 16/9) {
	.video-header-embeded iframe {
		width: 177.78vh;
	}
}
@media (max-width: 1199px) {
	.video-header-embeded iframe {
		width: 130vw!important;
	}
}
.video-header,
.video_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.video-header {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.video-header {
	overflow: hidden;
	background-size: cover;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	/*height: 560px;*/
}
.header-video,
.video-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.layout3 .header-video {
	position: unset;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.layout3 .header-video.loaded {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-header iframe {
	opacity: 0;
}
.video-header iframe.loaded {
	opacity: 1;
}
.video_content {
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.video_content_title {
	color: #fff;
	line-height: 1.75rem;
	text-align: center;
	letter-spacing: 0.375em;
	font-weight: lighter;
	margin-bottom: 2.625rem;
}
.video_content_play {
	display: block;
	position: relative;
	width: 4rem;
	height: 4rem;
	border: 2px solid transparent;
	border-radius: 50%;
	background: rgba(22, 22, 16, 0.75);
	text-indent: -9999px;
	transition: border-color 0.3s ease;
	animation: pulse 3s infinite;
}
.video_content_play:hover {
	border-color: #fff;
	animation: none;
}
.video_content_play::after {
	content: "";
	display: block;
	position: absolute;
	top: 1rem;
	left: 1.425rem;
	width: 0;
	height: 0;
	border: 0;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 1rem 0 1rem 1.5rem;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 hsla(24, 37%, 69%, 0.4);
	}
	70% {
		box-shadow: 0 0 0 10px hsla(24, 37%, 69%, 0);
	}
	100% {
		box-shadow: 0 0 0 0 hsla(24, 37%, 69%, 0);
	}
}
.video-thumb {
	background-image: url("https://img.youtube.com/vi/{data.tx_mask_youtubeid}/maxresdefault.jpg");
	position: relative;
	background-size: cover;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.js-video-modal__close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
	width: 2.9375rem;
	background-color: #C4C4C4;
	text-align: center;
	z-index: 9999;
	position: relative;
}

.js-video-modal__close:hover,
.js-video-modal__close:hover:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.js-video-modal .uc-embedding-container {
	min-height: 100vh!important;
}
.layout3, .layout4 {
	.uc-embedding-container img {
		display: none;
	}
}
.js-video-modal {
	position: fixed;
	z-index: 99999999;
	left: 0;
	width: 100%;
	background: #565655BF;
	display: none;
	top: 5vh;
	bottom: 5vh;
	height: 90vh;
	overflow: hidden;
}

.js-video-modal .video-header {
	position: absolute;
	inset: 0;
	height: 100% !important;
	width: 100% !important;
	padding-bottom: 0 !important;
	background-size: cover;
	overflow: hidden;
}

.js-video-modal .uc-embedding-container {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
}

.js-video-modal .uc-embedding-container img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.js-video-modal .uc-embedding-wrapper {
	position: relative;
	z-index: 2;
}