/* blocks stream & buffer */
#evideo{display: block;}
#evideo .item {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.85);
	text-align: center;
}
#evideo .item	.wrapout{
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: auto;
 	padding-right: 15px;
}
#evideo .item	.wrapp{
	position: relative;
	display: inline-block;
	width: 950px;
	vertical-align: middle;
	border: 1px solid #ddd;
	-moz-box-shadow: 2px 2px 2px #ddd;
   -webkit-box-shadow: 2px 2px 2px #ddd;
   box-shadow: 2px 2px 2px #ddd;
	background: #02aed9;
}
#evideo .item	.close{
	position: relative;
	width: 100%;
	height: 45px;
}
#evideo .item	.close span{
	position: absolute;
	top: 13px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: url('../images/close.png') center center no-repeat;
	cursor: pointer;
}
#evideo .item	video{
	width: 100% !important;
	height: auto !important;
}
#evideo .item		iframe{ 
	width: 950px !important;
	position: relative;
	top: 5px;
	background: #fff;
}

@media screen and (min-width: 1024px) {
	#evideo .item .wrapp{left: 10px;	}
}

@media screen and (max-width: 650px) {
	#evideo .item .wrapp{width: 500px;}
}

@media screen and (max-width: 520px) {
	#evideo .item .wrapp{width: 450px;}
}

@media screen and (max-width: 470px) {
	#evideo .item .wrapp{width: 280px;}
}

