Hi There,
Thank you for writing in! Please add this on your Custom > Global CSS on Customizer.
@media (min-width: 768px) {
.x-img.fixed-width-img {
width: 189px;
height: 252px;
}
}
Then add a class fixed-width-img to each of those images element.

Cheers!