.aop-video-slide { position: relative; cursor: pointer; }

.aop-video-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba( 0, 0, 0, .55 ) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M8 5v14l11-7z'/></svg>") center / 32px no-repeat;
	pointer-events: none;
}

.aop-video-slide.is-playing::after { display: none; }
.aop-video-slide .aop-video-embed { position: relative; padding-top: 56.25%; }
.aop-video-slide .aop-video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.aop-video-slide video { width: 100%; height: auto; display: block; }
