.grtyoutube-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99999;
}

.grtyoutube-popup-content {
	margin-top: 0;
	width: 100vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

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

#player {
	width: 100%;
	height: 100vh;
}
@media (min-height: 730px) {
	#player {
		width: 100%;
		height: calc(100vh - 93px);
	}
}
.grtyoutube-light-theme {
	background: rgba(255,255,255, 0);
}
@media (max-width:767px) {
	#player {
		width:100%;
		height:350px;
	}
	.grtyoutube-light-theme {
		background: rgba(255,255,255, 0.85);
	}
}

.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('img/croix.png') no-repeat;
}



.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('img/croix.png') no-repeat;
}


