Looks Good Here Odd on my iPhone

Hi @UrMarkGetSetGo, alternatively, you can play around with the fixed width and height of that image… the main issue is that when the site is in that one point on your screen where the image overlaps, your site has not yet reached the next breakpoint to show the image with the next breakpoint style, and the container that holds the image has it’s overflow property set to visible. You can also try to set the overflow to hidden for the container that holds the image…see if that might work for you too…