.sn-scene-banner {
  width: 100%;
  max-width: 100%;
}

.sn-scene-stage.has-sprite {
  width: 100%;
  max-width: 100%;
  height: clamp(8.5rem, 34vw, 11.5rem);
}

.sn-scene-stage.has-sprite .sn-scene-backdrop {
  opacity: 0;
}

.sn-scene-sprite-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
  pointer-events: none;
}

.sn-scene-stage.has-sprite .sn-scene-cast {
  opacity: 0;
  visibility: hidden;
}

.sn-scene-stage.has-sprite .sn-scene-particles {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .sn-scene-stage.has-sprite .sn-scene-particles {
    display: none;
  }
}
