.scrolly-container.native-scrolly {
  position: relative;
}

.native-scrolly .slides-container {
  margin-top: 0;
}

.native-scrolly .video-sticky-wrapper {
  position: absolute;
  inset: 0 0 auto;
}

.native-scrolly.is-video-pinned .video-sticky-wrapper {
  position: fixed;
  inset: 0 0 auto;
}

.native-scrolly.is-video-complete .video-sticky-wrapper {
  position: absolute;
  inset: auto 0 0;
}
