@media screen and (min-width: 1201px) { ::-webkit-scrollbar-thumb { order-radius: 32px; background: #1C1C23; } ::-webkit-scrollbar { width: 7px; height: 7px; background: #CBCBCB; } }

.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;
}