/*




.embedded_player {
	z-index: 1;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
}

.err_msg {
	font-size: 22px;
	color: white;
	padding: 50px;
}
*/

header{
	display: none !important;
}

#player {
	/*display: block;*/
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: black;
	width: 100% !important;
}
#player.no-yt-cookie {
	background-color: #A2A2A2 !important;
	width: auto !important;
	font-family: 'Roboto',sans-serif;
	font-size: 18px;
	padding: 160px 30px 64px 30px;
	background: #a2a2a2 url("yt-no-cookie-bg.png"); 
	background-position: center 45px; 
	background-repeat: no-repeat;;
	border-radius: 10px;
	font-weight: 600;
	color: #fff;
}

.btnVideoYoutube {
	padding: 3px 8px;
	background-color: #1D3C6A;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	width: 200px;
	text-align: center;
	color: #fff;
	display: block;
	margin: 0 auto 10px auto;
	border: 1px solid #1D3C6A;
}
.btnVideoYoutube:hover {
	color: #00FFFF;
	border: 1px solid #00FFFF;
}

/*
.youtube_ele {
	min-width: 800px;
	min-height: 600px;
}
*/

.no_video_thumb {
	position: absolute;
	display: block;
    top: 0px;
    left: 0px;
	/*width: 100%;*/
}





