.mf-acf-video-bg-active {
	position: relative;
	overflow: hidden;
}

.mf-acf-video-bg-active .mf-acf-video-bg-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	pointer-events: none;
}

.mf-acf-video-bg-active > *:not(.mf-acf-video-bg-video) {
	position: relative;
	z-index: 3;
}
