#lightbox .lb-dataContainer {
    height: auto !important;
    min-height: 120px !important;
}
.lb-caption {
    white-space: normal !important;
    word-wrap: break-word !important;
}

/* Lightbox2 ΚΕΝΤΡΟ ΟΘΌΝΗΣ */
#lightboxOverlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    z-index: 99998 !important;
}

#lightbox {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    max-width: 95vw !important;
    max-height: 95vh !important;
}

.lb-outerContainer {
    max-height: 90vh !important;
    max-width: 90vw !important;
}

.lb-dataContainer {
    position: relative !important;
    bottom: auto !important;
}

/* Mobile */
@media (max-width: 768px) {
    #lightbox {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 95vw !important;
        height: auto !important;
    }
}