.ImageGallery-grid{display:grid;gap:16px}@media screen and (min-width:769px){.ImageGallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media screen and (min-width:1026px){.ImageGallery-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}}.ImageGallery-grid[\:has\(\%20\.ImageGallery-slider-modal-wrapper\)] .ImageGalleryItem{cursor:pointer}.ImageGallery-grid:has(~.ImageGallery-slider-modal-wrapper) .ImageGalleryItem{cursor:pointer}.ImageGallery-grid>.ImageGalleryItem .ImageGalleryItem-image img{width:100%}@media screen and (min-width:769px){.ImageGallery-grid>.ImageGalleryItem .ImageGalleryItem-image img{aspect-ratio:auto;display:block;height:300px;object-fit:cover}}