It’s probably having to do with where the CSS is referencing the background image URL for that panel.
See this thread:
It’s very possible that you just need to change the CSS rule for that panel to be background: url(‘img/background.jpg’); for example.