/*




.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;
}

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

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