Your SVG way does viewBox="0 0 768 1024" and then sets the images to the exact same size. This places the caption on top of the image itself. Better to set the image to something like 700 x 1024 with preserve aspect ratio. This leave 68 pixels for the caption.
Dale
|