@keyframes custom-image-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.custom-image-shimmer{animation:custom-image-shimmer 1.2s ease-in-out infinite;background-color:#f2f2f2;background-image:linear-gradient(90deg,#f2f2f2,#e6e6e6 40px,#f2f2f2 80px);background-size:200% 100%}
