Hi harmonyhill
I recommend to edit your images so they have the same dimensions because when the width/height changes, it will be resized due to the ratio of images.
At this moment, you can use this css rule so it can have same height as other images:
.acm-gallery .isotope-layout .item .item-image img {
min-height: 448px;
}