.phone-showcase-viewport{height:100vh;overflow:hidden;background:#fff}.phone-showcase-scroll{background:#fff}@keyframes phone-showcase-flick{0%,13%{transform:translateY(0);animation-timing-function:cubic-bezier(.45,.05,.15,1)}19%,32%{transform:translateY(calc((-100% + 100vh) * .32));animation-timing-function:cubic-bezier(.45,.05,.15,1)}38%,51%{transform:translateY(calc((-100% + 100vh) * .66));animation-timing-function:cubic-bezier(.45,.05,.15,1)}57%,74%{transform:translateY(calc(-100% + 100vh));animation-timing-function:cubic-bezier(.6,.05,.25,1)}88%,to{transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){.phone-showcase-scroll{animation:phone-showcase-flick 13s infinite;will-change:transform}}