Neude, shot by Steven Klein

×
.masonry-gallery { column-count: 3; /* Adjust for desired columns */ column-gap: 15px; } .masonry-gallery .grid__item { display: inline-block; width: 100%; margin-bottom: 15px; break-inside: avoid; } .masonry-gallery img { width: 100%; height: auto; object-fit: cover; } /* Mobile Optimization */ @media (max-width: 768px) { .masonry-gallery { column-count: 1; /* Single column on smaller screens */ } }