.astkohth-hero-video-host {
	position: relative;
}
.astkohth-hero-video-el {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	pointer-events: none;
	display: block;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.astkohth-hero-video-el.is-video-active {
	opacity: 1;
}
