.das-lightbox-image {
    cursor: zoom-in;
}

.das-lightbox {
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    padding: 24px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.das-lightbox.is-open {
    display: flex;
}

.das-lightbox img {
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
    max-height: 90vh;
    max-width: 94vw;
}

.das-lightbox button {
    background: #ffffff;
    border: 0;
    border-radius: 50%;
    color: #111111;
    cursor: pointer;
    font-size: 28px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 18px;
    width: 44px;
}
