Center IMG within Containter

Hi there,

I am working on my Tribute Page project and wanted to follow the advice of getting it to pass all the tests and then I would work on cleaning up the style a little more.

I can not get my image file to pass the test that it is centered in it’s container. The link to my pen is here.


#image{
max-width: 100%;
height: auto;
display: block;
align-content: center;
}
#tribute-info{

}
#img-caption{

}
.responsive{
width: 100%
height: auto
}

`type or paste code here`