html[data-bs-theme=dark] {
  --bs-body-bg: #190f2e;
}

.video-container {
  position: relative;
  height: 65VH;
  background-color: rgb(255 255 255 / 5%);
}

@media (max-width: 992px) {
  .video-container {
    height: 50vh;
  }
}

video {
  width: 100%;
  height: 100%;
  display: block;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}