.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4)}.modal-content{background-color:#fefefe;margin:10% auto;padding:0px 20px 20px 20px;border:1px solid #888;width:80%}.close{color:#aaa;float:right;font-size:28px;font-weight:bold}.close:hover,.close:focus{color:black;text-decoration:none;cursor:pointer}.popvideo{position:relative;width:100%;height:5vh;min-height:600px;overflow-x:hidden;overflow-y:hidden;perspective-origin:0;display:flex}.popvideo .popvideo__video-bg{width:100%;height:100%;position:relative;z-index:1}.video-bg{position:absolute;z-index:2;top:0;width:100%;height:100%}.video-bg iframe{position:absolute;top:50% !important;left:50% !important;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);z-index:10}@media screen and (max-width:950px){.modal-content{margin:25% auto;padding:0px 10px 10px 10px;width:98%}.popvideo{width:100%;height:.33vw;min-height:200px}.video-bg iframe{min-width:96vw;min-height:200px}}