.home-page .home-video .video-back .video-facade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

.home-page .home-video .video-back .video-facade img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .home-video .video-back .video-facade__button {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.home-page .home-video .video-back .video-facade__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  background: rgba(12, 40, 58, 0.82);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
}

.home-page .home-video .video-back .video-facade__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-top: 1.3rem solid transparent;
  border-bottom: 1.3rem solid transparent;
  border-left: 2rem solid #fff;
}

.home-page .home-video .video-back .video-facade iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 100vw !important;
  height: 56.25vw !important;
  min-width: 177.78vh !important;
  min-width: 177.78dvh !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  transform: translate(-50%, -50%);
  background: #000;
}

.home-page .home-video .video-back .video-facade.is-loaded img,
.home-page .home-video .video-back .video-facade.is-loaded .video-facade__button,
.home-page .home-video .video-back .video-facade.is-loaded .video-facade__play {
  opacity: 0;
  pointer-events: none;
}
