Tribute page am having challenges completing it can someone assist

I cant seem to get a 10/10. Can someone tell me where the problem is ?
https://codepen.io/Rowland/pen/XWrwjwv?editors=1100

if you click on the 8/10 you can see what tests you are not passing

in your case

  1. Within the “img-div” element, I should see either a <figcaption> or <div> element with a corresponding id="img-caption" that contains textual content describing the image shown in "img-div".
    Element is not a child of id="img-div"
  1. The <img> element should responsively resize, relative to the width of its parent element, without exceeding its original size.
    Try using the "max-width" style property

Thanks lemme try that…

Hey thanks again dear… i just discovered it was the # sign that was messing up everything.