Hi @Reed_Debaets and @LuckyScooby, when working with fixed images for touch devices or mobiles, I would apply the image to a div and apply fixed styling to the div, not to the image.
Support for fixed positioned images on mobile or touch devices can be tricky on touch or mobile devices.
Fixed positioning on a div with a background image that is not fixed should work better. You can set the div to have a fixed position with a z-index of -1 so that other content will scroll over the div.
I hope this helps !