body, html {
  margin: 0;
  padding: 0;
  overflow: hidden; }

h1 {
  text-align: center;
  margin: 0;
  padding: 20px 0;
  font-size: 32px;
  color: #333; }

#wrap {
  width: 640px;
  height: 480px;
  background-color: #111;
  position: relative; }
  #wrap .my-video-dimensions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-js {
  background-color: transparent; }
  .video-js .vjs-big-play-button {
    left: 50%;
    top: 50%;
    margin-left: -1.5em;
    margin-top: -.75em;
    font-size: 40px; }

/*# sourceMappingURL=style.css.map */
