@charset "utf-8";#youtube_popup{display:none;z-index:99999;width:100%;height:100%;background:rgba(0,0,0,.7);position:fixed;top:0;left:0}#youtube_popup .popupContainer{display:table;width:100%;height:100%}#youtube_popup .popupContents{display:table-cell;vertical-align:middle}#youtube_popup .popupMain{padding:30px}@media only screen and (max-width:767px){#youtube_popup .popupMain{width:100%;margin:0 auto;padding:15px}}#youtube_popup .popup{margin:0 auto;position:relative}#youtube_popup .btnClose{width:30px;height:30px;border-radius:15px;background:#000;border:2px solid #fff;position:absolute;top:-15px;right:-15px;z-index:9999;box-shadow:0 0 3px 3px rgba(0,0,0,.2);color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;text-decoration:none}#youtube_popup .boxYouTube{position:relative;background:#000}#youtube_popup .boxYouTube iframe{width:100%;height:100%;position:absolute;top:0;left:0}@media only screen and (max-width:767px){#youtube_popup .btnClose{width:20px;height:20px;top:-10px;right:-10px;font-size:12px}}