#video-form{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:rgba(0,0,0,0.8);overflow-y:auto}#video-form.open{display:flex;justify-content:center;align-items:center}body.popup-open{overflow:hidden}#video-form>div{background-color:white;padding:30px;border-radius:8px;max-width:500px;width:90%;box-shadow:0 5px 15px rgba(0,0,0,0.5)}#course-video{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:rgba(0,0,0,0.8);overflow-y:auto}#course-video.open{display:flex;justify-content:center;align-items:center}#course-video .fluid-width-video-wrapper iframe{width:900px;height:526px;background-color:#000;padding:20px;border-radius:8px;box-shadow:0 5px 25px rgba(0,0,0,0.7);position:relative;z-index:10000}#course-video .fluid-width-video-wrapper{padding-top:0!important}#course-video #closeVideoPopup{position:relative;right:15px;top:-250px;font-size:30px;width:40px;height:40px;border-radius:50%;border:1px solid #fff;cursor:pointer;z-index:99}#closePopup{font-size:50px;border:1px solid #000;width:30px;height:30px;display:block;border-radius:50%;position:absolute;right:-24px;top:-24px;cursor:pointer}