.image-grid-holder{width:110%;margin-left:-5%;margin-right:-5%;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-auto-rows:25vh;gap:1.5rem;overflow:hidden}.image-grid-holder img{width:100%;height:100%;object-fit:cover;border-radius:2.25rem}