I'm facing an issue where I have a table with fixed dimensions that needs to be centered on the page. To the right of the table, I want a div element that stretches from the table's right edge to the browser's left edge, but with the image inside the div cropped on the right side to match the div's width.
Similarly, on the left side of the table, I need the same setup but mirrored, as well as below the table.
For reference, here is an example of what I'm trying to achieve -
Any suggestions on how to accomplish this?