body {
  background: #f7fbfc;
}
#video {
  margin-top: 50px;
  position: relative;
  background: #f7fbfc;
}
.video-js {
  width: 100% !important;
}
.video-js .vjs-tech {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-dimensions {
  max-width: 100%;
  height: auto;
}
.video-js .vjs-big-play-button {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  line-height: 65px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 4px solid #fff;
  font-size: 40px;
}
