I am facing an issue with my SVG files positioned as "absolute" on my page. When they are close to the corners of the page, they end up expanding the width of my Container element (using Material UI React). I have tried setting "maxWidth":"100vw" on the page container, as well as using the props maxWidth="lg" and "md", but without success. Ideally, I would like the SVG or image file to simply disappear without affecting its outside container in any way. Check this link for visuals.