#gallery-grid{margin-top:2rem}.gallery-item{overflow:hidden;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.07);background:#fff;transition:transform .2s;aspect-ratio:1/1;width:100%;height:auto;display:flex;align-items:center;justify-content:center}.gallery-item img{object-fit:cover;width:100%;height:100%;aspect-ratio:1/1;transition:transform .2s;min-width:0;min-height:0}.gallery-item:hover img{transform:scale(1.05)}
