/*remove left/right margin from WordPress images*/
.wp-block-image {
    margin-left: 0 !important;
    margin-right: 0 !important;
}