.wp-video-shortcode {
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
}

.wp-video {
	width: 100% !important;
	height: 100% !important;
}

.vpvs-video-embed {
	position: relative;
	width: 100%;
	max-width: 100%;
}
.vpvs-video-frame {
	position: relative;
	width: 100%;
	background: #00000089;
}
.vpvs-video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.vpvs-video-frame video {
	width: 100%;
	height: auto;
	display: block;
	z-index: 1;
}
.vpvs-provider-file .vpvs-video-frame {
	aspect-ratio: auto;
}

.vpvs-video-poster {
	position: absolute;
	z-index: 3;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	z-index: 2;
}
.vpvs-video-poster img {
	width: 100%;
	height: 100%;
	opacity: 0.6;
	object-fit: cover;
	display: block;
	transition: all 300ms ease;
}
.vpvs-video-poster:hover img {
	opacity: 1;
}

.vpvs-video-embed.is-playing .vpvs-video-poster {
	opacity: 0;
	pointer-events: none;
	transition: opacity 500ms ease;
}
.vpvs-video-play {
	position: absolute;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vpvs-video-play svg {
	width: 100%;
	height: 100%;
	fill: #ffffff80;
	transition: all 500ms ease;
}

.vpvs-video-poster:hover .vpvs-video-play svg {
	fill: #ffffffff;
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
	background: #00000084 !important;
}
