video#background-video-player {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translate3d(0, 0, 0);
  right: 0;
  top: 0;
  z-index: -1 !important;
  opacity: 0.8;
}

.background-image-mobile {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate3d(0, 0, 0);
}