.yt-overlay {
	position: fixed;
	min-height: 100%;
	width: 100%;
	min-width: 730px;
	top: 0;
	z-index: 100;
}

#yt-overlay {
	background: #000;
	position: fixed;
	min-height: 100%;
	opacity: .8;
	filter: alpha(opacity=80);
	width: 100%;
	z-index: 100;
}

#YTPlayerContainer {
	left: 50%;
	margin-left: -338px;
	position: absolute;
	top: 15%;
	width: 730px \0/;
	width: 710px;
	z-index: 100;
	-webkit-transform: translateZ(0);
}

#YTPlayerCloseButton {
	/*
	width: 36px;
	height: 36px;
	cursor: pointer;
	background:url(../images/ui/yt-close-btn.png) 0px 0px no-repeat;
	position:absolute;
	top: -18px;
	right: -18px;
	z-index:5;
	*/
	background: #2B2A2F url(../images/ui/button-videoplayer-close.gif) no-repeat 54px 4px;
  	color: #FBFBF9;
	cursor: pointer;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.3em;
 	padding: 5px 0 0 10px;
	width: 70px;
	height: 24px;
	text-decoration: none;
	z-index:5;
	position:absolute;
	top: -30px;
	right: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

} 

#ie-wrapper {
	width: 674px;
	height: 394px;
	overflow: hidden;
}

#ie-wrapper iframe {
	position:relative;
	top:-1px;
	left:-1px;
}


@media screen and (max-width: 767px) {


}	
 
 