/**
 ** Fixes images in the Guttenberg blocks editor
 ** By default the block adds some horizontal margins that we dont want
 **/
figure.wp-block-image {
    margin: 5% 0em;
}