Is there a way to recreate this image layout using HTML/CSS where the aspect ratio of image 2 adjusts automatically to match images 3 and 4? I attempted to use Flexbox, but having to manually define flex amounts for each image is cumbersome. Any suggestions on how to achieve this dynamically?