.mask{transition:all .2s ease-in-out}.facts-wrapper picture{animation:moveInverted 30s linear infinite;padding:0}.facts-wrapper picture:nth-child(n+19):nth-child(-n+24),.facts-wrapper picture:nth-child(n+7):nth-child(-n+12){animation-name:move}@keyframes move{0%{translate:0 0}to{translate:calc(-200% - 2.5rem) 0}}@keyframes moveInverted{0%{translate:calc(-200% - 2.5rem) 0}to{translate:0 0}}