#embedPlayer {
	position: absolute;	
	background: #000;
	position: fixed;
	z-index: 10500;
	display: none;
	width: 724px;
	height: 434px;
	left:21%;
	top: 17%;
	opacity: 1 !important;
}
#embedPlayerFade {
	position: fixed;
	z-index: 10400;
	background: #000;
	opacity: .7;
	filter: alpha(opacity = 70);
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
	height: 100%;
}
#embedPlayer .xbutton,
#embedPlayer .videoStop{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 10001;
}
body #NeulionVidContainer{
	position: absolute;
	width: 724px;
	height: 434px;
	top: 0px;
	left: 0px;
	padding: 0 !important;
}
#embedPlayer:-webkit-full-screen-ancestor:not(iframe){
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  position: static !important;
}
body.article #NeulionVidContainer:-webkit-full-screen,
#NeulionVidContainer:-webkit-full-screen{
  max-width: 100% !important;
  position: static !important;
}
@media screen and  (max-width: 728px) {
	#embedPlayer{
  		width: 100%;
  		left: 0px;
	}
	#NeulionVidContainer{
		width: 100%;
	}
}
