/* LIGHTBOX-FIX */

.lightbox
{
    width: auto;
    width: fit-content !important;
    width: -moz-fit-content !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    position: fixed;
}

.lb-outercontainer,
.lb-outerContainer
{
    min-width: 250px;
    width: auto;
    width: fit-content !important;
    height: auto;
    height: fit-content !important;
    width: -moz-fit-content !important;
    height: -moz-fit-content !important;
    display: table !important;
    margin: auto !important;
}

.lb-image {
    max-height: 80vh;
    max-width: 80vw;
    height: auto !important;
    width: auto !important;
    margin: 0 auto;
}

.lb-dataContainer
{
    min-width: 250px;
    width: 100% !important;
}