.loading > * { display: none ;}
.loading:before{ content : '콘텐츠를 불러오고 있습니다.'; display: block; min-height:120px; text-align: center;}

.overlay { width:100%;height:100%; top:0;left:0;position:fixed;background:rgba(0,0,0,0.3);z-index:99999; }
.closer { position:fixed;margin-top:-20px; color:#fff; }
.player { width:90%;height:auto;max-width:90%; max-height:90%;position:fixed; left:50%; top : 40px; margin-left:-45%;z-index:999999; }

[name=_iframe] { height:0; }