Jumbotron image loads milliseconds before video - how to fix this

Hello,

I have my Jumbotron set to display a video as it’s background. When I initially load my page, on all devices, the illdy default jumbotron image loads and displays milliseconds before my chosen video. This was masked by the illdy preloader, however, I have disabled it and would like to leave it disabled.

Is there a line of CSS I could use to resolve this? What do you advise?

Website: www.danedits.co.uk
Pass: HolioTen

Dan

Hey Dan

You can use this css code:

#header.header-front-page {
    background-image: none !important;
}

That is great thanks! works prefectly.

#header .front-page-section background video also be manipulated via CSS? If so what is the correctly snippet?

Dan