.easy-background-video {
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  overflow: hidden;
  inset: 0px;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -99;
}
.background-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -9;
}
iframe {
  transition: opacity 500ms ease-in-out;
  transition-delay: 250ms;
}
