.full-video__container {
  position: relative; }
  .full-video__container::before {
    padding-top: 56.1111%; }
  .full-video__container .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
