grid-template-columns: 1fr 800px 800px 1fr1fr are so the container is centered, and 800px x 2 = 1600px which is my .container width.grid-column: 3 / span 2; but this causes the image to grow very large, and trying to put a max-width / height on it distorts the aspect ratio. I can't do aspect-ratio: 1 since it's not a square... any ideas? Is there an easy way to find the aspect ratio of an svg or should I try to make this a background image or absolute position it?
