#video-modal{background-color:rgba(0,0,0,.7);display:none;height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:6}#video-modal .inner{left:50%;max-width:1200px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%}#video-modal .v-close{background-color:#e31c45;border-radius:50%;color:#fff;cursor:pointer;font-size:25px;font-weight:700;height:40px;line-height:40px;position:absolute;right:-20px;text-align:center;top:-20px;width:40px;z-index:5}#video-modal .video-wrapper{max-width:1200px}#video-modal iframe{aspect-ratio:16/9;height:auto;margin-bottom:-10px;width:100%}#video-modal .video-wrapper{position:relative}