body{ background-image:none}
.bg-container-youtube{ position: fixed;
left: 0px;
top: 0px;
width: 100%;
overflow: hidden;
height: 100%;
z-index: -1;
}
.overlay-bg{background-color: rgba(31, 31, 31, 0.5); position: fixed; left:0; bottom:0; width:100%; height:100%; top:0; right:0}
main[role="video-wrapper"]{ position:relative; z-index:1}