#videoContainer {
  background: #000; }

#videoContainer > video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 750px; }
