<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">picture.image {
    display: flex;
    img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }

    &amp;.image--full-width {
        img {
            width: 100%;
        }
    }
}</pre></body></html>