How to insert text into an image tile?

Got my motioneye cams running on an image tile thanks to MotionEye video not displaying. However I can't seem to insert a title over the video.

I tried something like
tile-title:after {
content: 'Backyard Cam';
}
but nothing shows up, I'm guessing this is because the image is on the top?

EDIT: Ok I'm guessing this is because there is no text div classes defined as part of the tile template and no way for users to add their own classes.

So the only way then as I found is by fudging one of the existing templates like link to turn the background transparent and then overly a link tile over the image tile.