.animated-img{position:absolute;top:20%;opacity:0;animation:lifeCycle 10s cubic-bezier(.47,0,.745,.715) forwards}.animated-img img:hover{transform:translateY(-25px)}.animated-imgactive{animation-play-state:paused;cursor:grabbing}@keyframes lifeCycle{10%{opacity:1}95%{opacity:1}to{opacity:0;transform:translateY(150%) translateZ(10px)}}