/* Erzwingt, dass das Bild in der Lightbox die volle verfügbare Fläche nutzt */
.pswp__img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

/* Verhindert, dass der äußere Wrapper das Bild auf kleine Maße festlegt */
.pswp__zoom-wrap {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}