.hero-video {
  position: fixed;
  left: calc(var(--canvas-x) + 369.54px);
  top: 17px;
  width: 680.459px;
  height: 651.726px;
  overflow: hidden;
}

.hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
}

.hero-video canvas {
  display: block;
  width: 100%;
  height: 100%;
}
