.js-background-video,
.js-background-video #yt-player{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}
.js-background-video #yt-player{
    transform: scale(1.3);
}

.background-overlay-dark:before, .forcefullwidth_wrapper_tp_banner {
    background: rgba(35, 3, 3, 0.4);
    z-index: 1;
}
@media (max-width:768px){
    .js-background-video #yt-player{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 200%;
        height: 100vh;
        min-height: 100%;
        margin: 0;
        pointer-events: none;
		margin-left: -66%;	
    }
}
@media (max-width:500px){
    .js-background-video #yt-player{   
        width: 280%;
        height: 100vh;  
		margin-left: -93%;		
    }
}
@media (max-width:360px){
    .js-background-video #yt-player{   
        width: 320%;
        height: 100vh;  
		margin-left: -106%;			
    }
}