Current solution works, but - with letterboxing on - it introduces a small space underneath any short images, and doesn't centre tall images.
With letterboxing off the small space vanishes, but instead seems to cut off rounded corners instead. May have other weirdness too, hrm.
.media-gallery{
height: unset !important;
min-height: 0px !important;
max-height: 309px !important;
}
ughhhhh trying to untangle this web app weird css is just not fun
someone else do it