/*figure.wp-block-image {
    &.has-picture-element {
        display: grid;

        picture {
            display: grid;
            width: 100%;

            img {
                width: 100%;
            }
        }
    }
}*/
