.slider{
	background: none;
	overflow: hidden;
}

.slider.black{
	background: black;
}

.slider-bg {
    min-width: 100%;
    min-height: 100%;
	position: relative;
	overflow: hidden;
}

.video-background {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: 2;
}

.slider-bg .container {

	position: relative;
	z-index: 3;
}

.slider #wrapper_bgndVideo{
	pointer-events: none;
}