I need to incorporate the following banner design:
https://i.sstatic.net/E1s8m.jpg (Please click on the image to view the full picture.)
Here is a visual representation of the existing bug:
https://i.sstatic.net/Q8qE8.jpg (Click to see the complete image).
The caption needs to be positioned lower, but due to using an image and absolute positioning, the red area is still part of the image. I want it to be part of the banner, as the dots in the red area should be clickable.
I have tried using a div instead of an image with a set height and adding the image as the background, but this results in the same issue. I am seeking a solution that allows me to use an image without encountering this bug. While I understand that canvas or SVG could potentially solve the problem, they are not options for this particular project.
You can observe the bug HERE.
Thank you.