I wanted a fully responsive layout incase the height of the text blocks changed in the future (future proofing). However, the height of the img kept exceeding the height of the text content container. I wrote some JS to handle this by getting the size of the text content container and applying it to the image.
Did anyone else struggle with something similar?