<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">figure.containerZoom {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
    margin: 0
}

figure.containerZoom img {
    /*transition: opacity .5s;*/
    display: block;
    width: 100%
}

figure.containerZoom.active img {
    opacity: 0
}
</pre></body></html>