.masonry-gallery-container-2c81521c {
    column-count: 3;
    column-gap: 16px;
    width: 100%;
}

.masonry-gallery-item-2c81521c {
    break-inside: avoid;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}

.masonry-gallery-item-2c81521c img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.masonry-gallery-item-2c81521c img:hover {
    transform: scale(1.02);
}
