On mobile devices, one of the divs automatically shrinks to fit a photo with 100% width and auto height. The other div is styled with a fixed height of 400px in the CSS. I aim to eliminate the height property from the CSS and control it using jQuery instead. If the height of the first div is 200px, the second div should also adjust to a height of 200px.