﻿.lb-outerContainer {
    width: 50% !important;
    height: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lb-dataContainer {
    width: 50%!important;
}

.lb-image {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

.lb-nav a.lb-prev::before {
    content: "←"!important; /* Use your desired icon or content */
}

.lb-nav a.lb-next::before {
    content: "→"; /* Use your desired icon or content */
}

.lb-caption {
    font-size: 24px!important;
}

.lb-number {
    font-size: 20px !important;
}