.bg-video-hero {
  height: 60vh;
  min-height: 600px;
  position: relative;
}

.bg-video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-video-wrapper iframe {
  position: absolute;
  z-index: -100;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg-video-wrapper .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center !important;
  background-size: cover;
  z-index: -200;
  width: 100%;
  height: 100%;
}

.bg-video-wrapper .overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-primary);
}

