.fade-in{animation:fadeIn .4s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gallery-animation-enter{opacity:0}.gallery-animation-enter-active{opacity:1;transition:opacity .3s}.gallery-animation-exit{opacity:1}.gallery-animation-exit-active{opacity:0;transition:opacity .3s}@media (max-width: 768px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}
