<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.grtyoutube-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99999;
}

.grtyoutube-popup-content {
	/* margin-top:150px; */
	/* width:95%;
	max-width:850px; */
	/* margin-left:auto;
	margin-right:auto; */
	/* position:relative; */
}


.grtyoutube-popup-content {
	/* margin-top:150px; */
	width:100%;
	max-width:100%;
	/* padding-right:280px; 2020-01-20  */
	box-sizing:border-box;
	/* margin-left:auto;
	margin-right:auto; */
	/* position:relative; */

}
.grtyoutube-popup-close {
	position:absolute;
	top:-30px;
	right:0;
	color:#FFF;
	font-size:25px;
	width:17px;
	height:17px;
	cursor:pointer;
}

.grtyoutube-iframe {
	width:100%;
	height:480px;
	border:4px solid #5c3f89;
}


.grtyoutube-dark-theme{
	background: rgba(0,0,0, 0.85);
}

.grtyoutube-dark-theme .grtyoutube-popup-content {
	/* -webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4); */
}

.grtyoutube-dark-theme .grtyoutube-popup-close {
	background: url('icon-close-white.png') no-repeat;
}

.grtyoutube-light-theme {
	background: rgba(255,255,255, 0.85);
}

.grtyoutube-light-theme .grtyoutube-popup-content {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.grtyoutube-light-theme .grtyoutube-popup-close {
	background: url('icon-close-black.png') no-repeat;
}



/* .grtyoutube-popup-area{
	position:absolute; top:50%; left:50%;
	width:1130px;
	margin-left:-565px;
	margin-top:-246px;
}
.grtyoutube-popup-area.none{
	width:860px;
	margin-left:-430px;
} */

.grtyoutube-popup-area{
	position:absolute; 
	top:50%;
	left:0;
	right:0;
	width:100%;
	/* max-width:1130px; 2020-01-20 */
	max-width:850px; /* 2020-01-20 */
	margin:0 auto;
	margin-top:-246px;

}
/* .grtyoutube-popup-area.none{
	width:860px;
	margin-left:-430px;
} */


.grtyoutube-popup-area.none .grtyoutube-popup-content{ 
	max-width:100%;
	width:100%;
	padding-right:0;
}


.subtitle-area{
	display:none;
	position:absolute; top:0; right:0;
	overflow:auto;
	width:270px;
	height:480px;
	z-index:999;
	padding:15px 15px;
	border-top:3px solid #ed3649;
	box-sizing:border-box;
	background-color:#636363;
}
.subtitle-area p{
	color:#efefef;
	font-size:13px;
	line-height:23px;
}

.subtitle-area.close{
	display:none !important;
}

</pre></body></html>