I've encountered this issue several times, but I'm unable to pinpoint the problem. The page looks fine at a specific size, but when I start testing and scaling down to around 1260px width, the image overflows creating white space. Removing one of the column divs shifted the image so it could scale smaller before the whitespace issue appeared, but then part of the footer started misbehaving as well. I suspect it has something to do with the @media queries, but things got a bit messy along the way and I had to take a break from the project. Can someone help me figure out what's happening?
Thanks.
Here is an image demonstrating the issue.
And here is an image showing correct scaling and alignment.
I included the HTML snippet containing the image without exceeding the character limit. Below that, I provided my entire CSS file for reference.