.c-video-with-thumbnail__button-container {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.c-video-with-thumbnail__button-container button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-play {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
}

.c-play:focus {
  outline: none;
}

hp-video .video-html5, hp-video .video-js, hp-video .video-yt {
  width: 100%;
  height: 100%;
}