/* Frontend-only media rules for the reusable Hero block. */
.ab-high-impact-hero .hero-video-cover {
	overflow: hidden;
}
.ab-high-impact-hero .hero-video-cover__iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 56.25vw;
	min-width: 177.78vh;
	min-height: 100vh;
	transform: translate(-50%, -50%);
	opacity: 1;
	pointer-events: none;
}

