.masonry{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(375px,100%),1fr));grid-template-rows:masonry;gap:1rem;grid-auto-flow:dense}@keyframes fadeIn{to{opacity:1}}