@import '/node_modules/photoswipe/dist/photoswipe.css';

.image-gallery {
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.image-gallery a {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align:center;
}