.wp-block-image {
    position: relative;
    overflow: clip;

    &::after {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    img {
        /*mix-blend-mode: lighten;*/
        min-width: 100%;
    }
}
