.erv-responsive-video {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #111;
	aspect-ratio: 16 / 9;
}

.erv-video-stage,
.erv-video-stage iframe,
.erv-video-stage video {
/* 	position: absolute; */
	inset: 0;
	width: 100%;
	height: 100%;
}

.erv-video-stage iframe,
.erv-video-stage video {
	display: block;
	border: 0;
	object-fit: cover;
}

.erv-poster-overlay {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.erv-poster-overlay::before {
	position: absolute;
	inset: 0;
	content: "";
	background: rgba(0, 0, 0, 0.25);
}

.erv-play-button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: 72px;
	height: 72px;
	color: #fff;
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25));
}

.erv-play-button svg {
	width: 100%;
	height: 100%;
}

.erv-play-button circle {
	fill: currentColor;
	opacity: 0.92;
}

.erv-play-button path {
	fill: #111;
}
