I have an on press style to reduce my image sizes, for some reason this is effecting my column layouts in landscape mobile view.
I have tried the same effect with padding on both images or columns or changing image widths and no change to paddings but no matter what technique I use for this the second row in mobile landscape always breaks. I also tried it all with on hover to the same effect.
It is hard to say what to problem is without the share link.
But from what I can tell you will need to figure out how much height you are loosing in the image and then add it to the bottom margin in the pressed state.
For example if when pressed the image shrinks 5px in height then add 5px of margin to the bottom of the image at the same time. This should maintain the structure of the layout.