.video-image {
  position: relative;
}
.video-image-play-button {
  background: url(../img/video-play-button.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
}
