This seems to be an issue with the preloader, here’s a workaround I’ve developed while we wait for a fix from the developer.
1) Disable the preloader customiser -> miscellaneous -> preloader drop down set to disable
This then causes the top image to be hidden until you scroll so you will need to add some custom css
#masthead .header-image{
opacity:unset!important;
}