.clsv-wrapper {
  position: relative;
  width: 100%;
  height: calc((var(--clsv-duration, 12) / var(--clsv-scroll-seconds, 5) + 1) * 100vh);
}

.clsv-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.clsv-video {
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: contain;
  display: block;
}
