
figure {
    display: inline-block !important;
}

figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Can move this to global css probably at some point */
#image-modal {
    --bulma-modal-content-width: 60rem;
}

