html,body{
	width:100%;
	height:100%;
	position: relative;
}

.box{
	width:100%;
	height:100%;
}


.video_box{
	width:100%;
	height:100%;
	background: #c4c4c4;
	position: relative !important;
}




.video_sour{
	width:100%;
	height:100%;
	background: #000;
	display: none;
	position: absolute;
	z-index: 99999;
	top:0;
	left:0;

}
.video_sour video{
	display: block;
	width:100%;
	height:100%;
}

.close_button{
	display: block;
	width:21px;
	height:21px;
	position: absolute;
	z-index: 99999999;
	top:54px;
	right:54px;
}
.close_button img{
	display: block;
	width:100%;
}


.play{
	width:72px;
	height:72px;
	position: absolute;
    z-index:200;
	top:50%;
	left:50%;
	margin-left: -36px;
	margin-top: -36px;
	
	cursor: pointer;
}
.play img{
	display: block;
	width:100%;
}


.pausebox{
	width:300px;
	height:300px;
	position: absolute;
    z-index: 200;
	top:50%;
	left:50%;
	margin-left: -150px;
	margin-top: -150px;
	cursor: pointer;
	display: none;
}

.pause{
	width:72px;
	height:72px;
	margin-left: 114px;
	margin-top: 114px;
	display: none;
}

.pause img{
	display: block;
	width:100%;
}