.bg-fixed,
.bg-scroll {
    /* 
    The Safari browser on the iPhone cannot handle "background-attachment: fixed;," 
    which causes massive problems when displaying the corresponding background image.
    This can falsely create the impression on the iPhone 
    that the website itself is broken, while on other devices 
    the display works without problems.
    */
  background-attachment: scroll !important;
}