Square box flashing behind logo

When a page loads, there is a square box that flashes behind the logo, and I can’t figure out how to remove it. Any pointers on where I should look? Site is here: https://ancients.info

Hi there

Are you using any lazy loading features?
try this CSS code:

img.custom-logo.logo {
    max-height: 71px;
}

Regards