.vjs-big-play-button {
  width: 4em !important;
  height: 2.6em !important;
  left: calc(50% - 2em) !important;
  top: calc(50% - 1.3em) !important;
}
.vast-skip-button {
  position: absolute;
  width: 100%;
  background: rgba(0,0,0,0.5);
  text-align: center;
  padding: 5px 0;
  bottom: 0;
  z-index: 99;
  cursor: pointer;
  font-size: 18px;
}
