I have lost my page backgrounds set up as images on rows with Easy Parallax. Previously you provided the following CSS code:
.fixed-bg {
background-attachment: fixed !important;
background-position: center center !important;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
This was working on Tuesday so I can only assume some plugin updates have changed something.