Looks like it’s caused by the default margins on the NGGallery slideshow embedded on the page. Images on the slideshow also have different heights, which show up as empty space when an image with lesser height is being displayed.
Try adding this code to Additional CSS to reduce the margin:
.entry-content .ngg-slideshow.slick-slider {
margin: 0 auto 0 !important;
}