﻿#custom-masonry-gallery .gallery-grid {
    column-count: 3;
    column-gap: 1rem;
}

    #custom-masonry-gallery .gallery-grid a {
        break-inside: avoid;
        display: block;
        margin-bottom: 1rem;
    }

    #custom-masonry-gallery .gallery-grid img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }

@media (max-width: 991px) {
    #custom-masonry-gallery .gallery-grid {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    #custom-masonry-gallery .gallery-grid {
        column-count: 1;
    }
}
