:root {
  color-scheme: only light;
}

#rec737341894 {
  position: fixed;
  left: 0;
  top: 0;
  right:0;
  bottom:0;
  z-index: 100005;
}

#record737341894 #rec737341894{
    position: relative !important;
    z-index: 0;
}


.fullscreen-video-background {
    background: #000;
    position: relative;
    width: 100%;
    z-index: -99;
	overflow: hidden;
    height: 100vh;
}
	
// http://html5backgroundvideos.com/pattern-overlays/
// or vegas js
.fullscreen-video-background ._pattern-overlay { 
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.3;
	bottom: 0;
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png);
	z-index: 2;
}

#_buffering-background {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	background: #222;
	z-index: 1;
}

#_youtube-iframe-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: absolute;
	height: 100%;
}
	
#_youtube-iframe-wrapper #_youtube-iframe {
	position: absolute;
	pointer-events: none;
	margin: 0 auto;
	////
	height: 300vh; 
	width: 120vw;
}