img {
    transition: transform 0.25s ease;
    cursor: zoom-in;
}

img:fullscreen {
    object-fit: contain;
    cursor: zoom-out;
    background: black;
}
