.video-player-background{display:none;height:0}.video-player-background.active{align-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.5);display:flex;height:100vh;justify-content:center;position:fixed;top:0;width:100vw;z-index:350}.video-player-background.active .video-player-container{background-color:hsla(0,0%,100%,.5);border-radius:4px;box-shadow:0 2px 5px rgba(0,0,0,.15);display:flex;height:310px;left:50%;margin:0;padding:5px;position:absolute;top:50%;transform:translate(-50%,-50%);width:330px}@media only screen and (min-width:768px){.video-player-background.active .video-player-container{height:410px;width:725px}}@media only screen and (min-width:1200px){.video-player-background.active .video-player-container{height:586px;width:1034px}}