.overlay-desc {
	background: rgba(0,0,0,0);
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-container {
	background:url(../img/overlay.png) center center  / cover;
	position:relative;
	width:100%;
	z-index:10;
}

.fullscreen-bg {
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	overflow: hidden; 
} 

.fullscreen-bg__video { 
	left: 0; 
	width:100%;
} 