.masonry-gallery {
    column-count: 4;
    column-gap: 16px;
}

.masonry-gallery a {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
    break-inside: avoid;
}

.masonry-gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    transition: transform 0.3s;
}

.masonry-gallery img:hover {
    transform: scale(1.03);
}

@media (max-width: 768px) {
    .masonry-gallery {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .masonry-gallery {
        column-count: 1;
    }
}

.glightbox-clean .gslide-title {
    font-size: 1em;
    font-weight: 400;
    font-family: var(--font);
    color: #fff;
    margin-bottom: 0;
    line-height: 1.4em
}

.glightbox-clean .gslide-description {
    background: transparent
}

.glightbox-clean .gdesc-inner {
    padding: 15px;
    text-align: left
}

.glightbox-container .gslide-inner-content {
    width: 1190px;
    max-width: calc(100% - 60px)
}

@media screen and (max-width:767px) {

    .gslide-image img.zoomable,
    .gslide-media {
        position: relative;
        width: 100% !important
    }
}

@media screen and (max-width:530px) {
    .glightbox-clean .gdesc-inner {
        text-align: center;
        padding: 0
    }
}