
#trailerView{
	width: 100%;
	height:100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top:0;
	left:0;
	z-index: 100000000;
	display: none;

}
#mcb{
	width: 100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor: pointer;
	z-index:1;
}
#trailerView video{
	width: 100%;
	height: auto;
	margin-top:1%;
		position: relative;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0 0 0 3px #fff5f5, 0 0 10px 5px rgba(166,0,31,0.8);
	border-radius: 3px;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	z-index:5 !important;
}
#movieClose{
	width: 100%;
	height:auto;
	z-index: 3;
	cursor: pointer;
	text-align: center;
}







