.koala-lightbox-image-wrapper{
    display: none;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000099;
    z-index: 15000;
    position: fixed;
    justify-content: space-around;
    align-items: center;
    transition: .2s;
}

.koala-lightbox-image-item{
    position: relative;
    max-width: 95vw;
}

#koala-lightbox-image{
    width: 100%;
    height: auto;
    border-radius: 5px;
    max-height: 95vh;
}

.koala-lightbox-image-item-close{
    position: absolute;
    width: 25px;
    height: 25px;
    background: red;
    right: 10px;
    top: 10px;
    background: url(/local/templates/.default/assets/koala-lightbox/close.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}