.video_holder{
width:100%;
background:#000;
}
.video_content{
width: 903px;
margin: 0px auto;
}
#bgvid{
height: 500px;
}
.video_content .mute{
position: absolute;
color: #666;
z-index: 9;
margin: 20px 14px;
cursor: pointer;
}
.video_content .pause{
position: absolute;
color: #666;
z-index: 9;
margin: 20px 57px;
cursor: pointer;
}