@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.screenshot-item{animation:fadeSlideIn .4s ease-out forwards;will-change:opacity,transform}.screenshot-item:first-child{animation-delay:0s}.screenshot-item:nth-child(2){animation-delay:.1s}.screenshot-item:nth-child(3){animation-delay:.2s}.screenshot-item:nth-child(4){animation-delay:.3s}.screenshot-item{animation-fill-mode:forwards}@media (min-width:768px){.screenshot-float{animation:float 3s ease-in-out infinite;will-change:transform}.screenshot-float:first-child .screenshot-float{animation-delay:0s}.screenshot-float:nth-child(2) .screenshot-float{animation-delay:.5s}.screenshot-float:nth-child(3) .screenshot-float{animation-delay:1s}.screenshot-float:nth-child(4) .screenshot-float{animation-delay:1.5s}}@media (prefers-reduced-motion:reduce){.screenshot-float,.screenshot-item{animation:none!important;will-change:auto}}