.weo-apple-scroll{
  position: relative;
  width: 100%;
  min-height: var(--weo-h, 100vh);
  background: var(--weo-bg, #000);
  overflow: hidden;
}
.weo-apple-scroll__inner{
  position: relative;
  width: 100%;
  height: var(--weo-h, 100vh);
  display:flex;
  align-items:center;
  justify-content:center;
}
.weo-apple-scroll__canvas,
.weo-apple-scroll__video{
  width: 100%;
  height: 100%;
  display:block;
}
.weo-apple-scroll__video{
  object-fit: contain;
}
.weo-apple-scroll__hint{
  position:absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 10px;
  font: 12px/1.2 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color: rgba(255,255,255,.85);
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;
  backdrop-filter: blur(8px);
}
.weo-apple-scroll__placeholder{
  color: rgba(255,255,255,.8);
  font: 14px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  padding: 20px;
  text-align:center;
}
