button[data-lightbox] {
    border: 0 none transparent;
    background: transparent;
}

#image-lightbox {
    figure {
        text-align: center;

        img {
            max-height: calc(100vh - 200px);
        }
    }
}
