@supports (animation-timeline:view()){.pst-px-box{view-timeline-name:--pst-px}.pst-px{animation:pst-px-shift linear both;animation-timeline:--pst-px;animation-range:cover 0% cover 100%}@keyframes pst-px-shift{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,var(--pst-px-shift,0),0)}}}@media (prefers-reduced-motion:reduce){.pst-px{animation:none!important;transform:none!important}}