.wmstudio78-self-video-row {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background-image: none !important;
	background-color: transparent !important;
}

.wmstudio78-self-video-row > .wmstudio78-self-video-poster,
.wmstudio78-self-video-row > .wmstudio78-self-video-bg,
.wmstudio78-self-video-row > .wmstudio78-self-video-overlay {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.wmstudio78-self-video-row > .wmstudio78-self-video-poster {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wmstudio78-self-video-row > .wmstudio78-self-video-bg {
	z-index: 1;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.wmstudio78-self-video-row > .wmstudio78-self-video-overlay {
	z-index: 2;
}

.wmstudio78-self-video-row > :not(.wmstudio78-self-video-poster):not(.wmstudio78-self-video-bg):not(.wmstudio78-self-video-overlay) {
	position: relative;
	z-index: 3;
}

@media (max-width: 767px) {
	.wmstudio78-self-video-row--poster-mobile > .wmstudio78-self-video-bg {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wmstudio78-self-video-row > .wmstudio78-self-video-bg {
		display: none;
	}
}

