I have a section with a background image, and a section above it that I’ve applied a curve out bottom separator to. It was easy to get the bottom separator to show on top of the background image of the section below by simply increasing the z-index of the top section. So far so good.
Where I’m having trouble is that I have an image element in the lower section that I’d like to have to show on top of the bottom separator. No matter what I do with the z-index of the columns, rows, or sections I can’t get the image to be on top.
Here is a screenshot:
I’ve found this prior post that seems directly applicable but it doesn’t explain how to get the image element to show on top of the separator.
Is there an easy CSS or configuration setting fix for this that I’m simply overlooking?

