.grtyoutube-popup {
	bottom:0;	
	left:0;    
	position:fixed;
    right:0;	
	top:0;


	z-index:99999;
}

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

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


}

.grtyoutube-iframe {
	height:480px;
	width:100%;

}
@media (max-width:767px) {
	.grtyoutube-iframe {
		height:350px;
		width:100%;

	}
}

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

}

.grtyoutube-dark-theme .grtyoutube-popup-content {
	-webkit-box-shadow: #ffffff rgba(255,255,255,0.4);
	-moz-box-shadow: #ffffff rgba(255,255,255,0.4);
	box-shadow: none ;
}

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

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

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

.grtyoutube-light-theme .grtyoutube-popup-close {
	background: url('../../../../../../www.netizensstore.com/netbizz_theme/netbizz_HTML/onepage_1/assets/css/icon-close-black.html') no-repeat;
}


