.wma-has-mobile-bg-video {
	position: relative;
}

.wma-has-mobile-bg-video > .wma-mobile-bg-video {
	display: none;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}

.wma-has-mobile-bg-video.wma-mobile-video-active > .wma-mobile-bg-video {
	display: block !important;
}

/* Fallback CSS hide. JS also hides the desktop layer with inline !important. */
.wma-has-mobile-bg-video.wma-mobile-video-active > .elementor-background-video-container:not(.wma-mobile-bg-video),
.wma-has-mobile-bg-video.wma-mobile-video-active > .elementor-background-slideshow:not(.wma-mobile-bg-video),
.wma-has-mobile-bg-video.wma-mobile-video-active > .elementor-background-video-hosted:not(.wma-mobile-bg-video),
.wma-has-mobile-bg-video.wma-mobile-video-active > .elementor-background-video-embed:not(.wma-mobile-bg-video) {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

.wma-mobile-bg-video video,
.wma-mobile-bg-video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	border: 0;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.wma-mobile-bg-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
