.mySwiper {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-slide {
    width: 400px;
    max-width: 400px !important;
    flex-shrink: 0;
}

.swiper-slide picture {
/*    display: block;
    width: 100%;
    border-radius: 12px;
    cursor: zoom-in;
    margin: 0 auto;*/
}

.swiper-slide img {
/*    display: block;
    width: 100%;
    border-radius: 12px;
    cursor: zoom-in;
    margin: 0 auto;*/
}

/* Lightbox */
#lightbox-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
#lightbox-overlay.open { display: flex; }

#lightbox-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,.6);
}

/* Buttons */
.lb-btn {
    position: absolute;
    border: none;
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(4px);
    padding: 10px 14px;
    font-size: 28px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
}
.lb-close { top: 20px; right: 20px; font-size: 32px; }
.lb-prev  { left: 20px; }
.lb-next  { right: 20px; }

#lightbox-counter {
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 14px;
    background: rgba(0,0,0,.35);
    padding: 6px 10px;
    border-radius: 8px;
}

@media (max-width: 992px) {
    .swiper-slide {
        width: 350px;
        max-width: 350px !important;
    }
    .mySwiper {
        max-width: 350px;
    }
}

@media (max-width: 820px) {
    .swiper-slide {
        width: 350px;
        max-width: 350px !important;
    }
    .mySwiper {
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    .swiper-slide {
        width: 340px;
        max-width: 340px !important;
    }
    .mySwiper {
        max-width: 340px;
    }
}

@media (max-width: 540px) {
    .swiper-slide {
        width: 280px;
        max-width: 280px !important;
    }
    .mySwiper {
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .swiper-slide {
        width: 160px;
        max-width: 160px !important;
    }
    .mySwiper {
        max-width: 160px;
    }
}