Use background-attachment: scroll for Safari: As you are already applying a media query to change the background-attachment for mobile devices (background-attachment: scroll), it seems that this is not being applied to all mobile browsers effectively.
Use transform for smoother parallax effect: Instead of relying on background-attachment: fixed, you can achieve a parallax effect using transform and translate3d, which is more stable across browsers.