HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/demo/public_html/leakdetection/assets/scss/elements/_video-bg.scss
.lqd-vbg-video {
	
	&:not([data-property]),
	.mejs__overlay,
	.mejs__poster {
		@include object-fit(cover);
		width: 100% !important;
		height: 100% !important;
	}
	.YTPOverlay,
	.mb_YTPBar,
	.inlinePlayButton,
	.mejs__overlay-play,
	.mejs-controls,
	.mejs__controls {
		display: none !important;
	}
}
.lqd-vbg-loader {
	background-image: url(../img/spinners/spinner-1.gif);
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 55px;
}
.lqd-vbg-loader,
.lqd-vbg-inner,
.lqd-vbg-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.lqd-vbg-inner {

	&:after {
		// content: '';
		display: inline-block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
}
.lqd-vbg-wrap {

	.inline-YTPlayer {
		height: 100%;
	}
}