.popup.hidden{display:none}.popup{position:fixed;top:0;left:0;padding:100px 0 0;border-radius:8px;height:100vh;display:flex;align-items:center;justify-content:center;width:100vw;background-color:rgba(0,25,73,.8);z-index:10}.popup-inner{position:relative;width:1091px;height:620px;border:10px solid #fff;border-radius:10px;background-color:rgba(0,25,73,.8);display:flex;align-items:center;justify-content:center}.video-wrapper{width:100%;height:100%}.popup-inner iframe{width:100%;height:100%}.popup .close-popup{position:absolute;top:-60px;right:-10px;background:0 0;border:none;font-size:28px;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;height:45px;width:45px}