@charset "utf-8";
html,body{
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #000;
    text-align: center;
}
.fullScreenVideo{
    margin: auto;
	height: 100%;
    width: 100%;
}
.pauseLayer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
     display: none;
    background-color:rgba(0,0,0,0.81);
}
.playButton{
    width:131px;
    height:166px;
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    margin: auto auto;
    cursor: pointer;
    z-index: 1000;
}