Here's a picture:
My div2 and div3 contain dynamic content, such that their heights will be different each time. div2 will always be much shorter than div3 though.
I am looking for a way to force the height of div3 to be that of div2's, and then for div1 to neatly contain them both, so the result should look like this:
But I'm not sure how to do this. Any advice?
Made a fiddle: https://jsfiddle.net/q93uvgcs/

