I'm experiencing a unique issue in Chrome only. On my webpage, I have a div with a fixed background image placed below a slider at the top of the page. However, when the slider advances to the next slide, the fixed background image almost completely disappears. I initially thought it was a z-index problem and tried removing "-webkit-backface-visibility: none;" from the CSS, but neither solution worked. It seems like the issue is related to CSS3 animations, but I am stumped on how to fix it. Any ideas or suggestions would be greatly appreciated!
For reference, here is a link to the problematic page:
Thank you in advance!