#jquery-overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

#jquery-lightbox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lightbox-container-image-box{
    position: relative;
    background-color: #fff;
    width: 90%;
    max-width: 900px;
    margin: auto;
}

#lightbox-container-image img{
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
}

#lightbox-container-image-data-box{
    font: 12px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
}
