Adding a caption to an image is a variant of a spotlight. See below for an example.
HTML
<div class="spotlight gray">
<img src="" alt="image alt text">
<div class="headline">
<strong>A Caption</strong>
<br>For Your Photos
</div>
</div>