html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
#player_pane {
width: 100%;
height: 100%;
}
footer {
display: none;
}
#player_pane #video_element.video-js .vjs-big-play-button {
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -45px;
}
.dev-credits {
display: none;
}
.video_element-dimensions {
width: 100%;
height: 100%;
}