.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-iframe{
	border: 2px solid #0FFFE7;
	border-radius: 20px;
	overflow: hidden;
}

.adata_author{
	max-width: 850px;;
	margin:auto;
	border: 2px solid #0FFFE7;
	border-radius: 50px;;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom:20px;
	height: 96px;

}
.adata_author .pic { margin-right:20px; margin-left:-4px; }
.adata_author .pic img{
	height: 96px;
	width: 96px;;
	border-radius: 50px;;
	border: 2px solid #0FFFE7;
}
.adata_author .name,
.adata_author .name a{
	color: transparent;
	font-weight: 600;
	background:
linear-gradient(90deg, #0FFFE7 41.36%, #00A7EA 100%);
    background-clip: border-box;
	font-size: 38px;
	background-clip: text;
	-webkit-background-clip:
	text;
	color: transparent;
}

.grtyoutube-popup-close {
	position: absolute;
	right: 40px; 

	color:#FFF;
	font-size:25px;
	width:20px;
	height:20px;
	cursor:pointer;
	background-image:url(../img/exit.png);
	background-size: cover;
}



.grtyoutube-iframe {
	width:100%;
	height:480px;
}
@media (max-width:767px) {
	.grtyoutube-iframe {
		width:100%;
		height:350px;
	}
}

.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-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;
}

