Render Flow - Card images and overlays
[Read <div class='card'>] -> [Create card container] -> [Read <img class='card-img'>] -> [Add image inside card] -> [Read <div class='card-img-overlay'>] -> [Add overlay container on top of image] -> [Add text inside overlay]
The browser builds the card container, inserts the image, then layers the overlay div on top of the image to show text or content above the picture.