Apologies if this has been answered before.
I have four horizontally aligned divs, each containing an img and text.
box box box box
When I reduce the screen size, I want these to split down the middle, to give me:
box box
box box
Instead of what I'm currently getting:
box box box
box
Currently, when I reduce the screen size further, they do stack as 2x2, splitting to a vertical layout on very small screens (which they still need to do).
js fiddle here: https://jsfiddle.net/zyrkstnk/
Any ideas? I've messed around with   but can't get it to work. Thanks!