.kg-lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    cursor: zoom-out;
}

.kg-lightbox-image-wrapper {
    max-width: 90%;
    max-height: 90%;
}

.kg-lightbox-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
    cursor: default;
}
