It seems the issue is with your image sizes not being large enough to span the column width when they stack on top of each other into a single column. Try adding the following CSS to your stylesheet or to the Customizer’s “Additional CSS” section (WP Admin > Appearance > Customize).
.grid-container .column .textwidget img.alignnone {
width: 100% !important;
}
Hope this helps.
]]>