I am currently working on a responsive page design and have come across this useful resource: http://www.bootply.com/2sfiCehqac
My main objective is to ensure that when the screen size is medium or large: 1) div_left and div_right (orange and blue) adjust their height to match the image between them 2) div1 and div2 should evenly divide the height of div_left, while div3 and div4 should do the same with div_right
Although I managed to achieve this layout using a table, it unfortunately disrupts the formatting for smaller screens that is already in place.