.thbsyoutube-popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;-webkit-animation:fadein 0.5s;-moz-animation:fadein 0.5s;-ms-animation:fadein 0.5s;-o-animation:fadein 0.5s;animation:fadein 0.5s;}
@keyframes fadein{from{opacity:0;}
to{opacity:1;}
}
@-moz-keyframes fadein{from{opacity:0;}
to{opacity:1;}
}
@-webkit-keyframes fadein{from{opacity:0;}
to{opacity:1;}
}
@-ms-keyframes fadein{from{opacity:0;}
to{opacity:1;}
}
@-o-keyframes fadein{from{opacity:0;}
to{opacity:1;}
}
.thbsyoutube-popup-content{width:95%;max-width:850px;margin-left:auto;margin-right:auto;position:fixed;left:50%;top:50%;-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.thbsyoutube-popup-close{position:absolute;top:-30px;right:0;color:#FFF;font-size:25px;width:17px;height:17px;cursor:pointer;}
.thbsyoutube-iframe{width:100%;height:480px;}
@media (max-width:767px){.thbsyoutube-iframe{width:100%;height:350px;}
}
.thbsyoutube-dark-theme{background:rgba(0,0,0, 0.85);}
.thbsyoutube-dark-theme .thbsyoutube-popup-content{background:#000;border:1px solid rgba(255,255,255,0.5);padding:20px;}
.thbsyoutube-dark-theme .thbsyoutube-popup-close{background:url('../../../images/this/common/icon-close-white.png') no-repeat;}
.thbsyoutube-light-theme{background:rgba(255,255,255, 0.85);}
.thbsyoutube-light-theme .thbsyoutube-popup-close{background:url('../../../images/this/common/icon-close-black.png') no-repeat;}