Tribute Page Not passing test

I have completed the example but still the tests are failing .
Here is the pen.
https://codepen.io/NortyNik/pen/MNrqJX

if you press on “Tests 8/10” you can see what you are not passing:

1. The element should responsively resize, relative to the width of its parent element, without exceeding its original size.

Try using the "max-width" style property : expected 'none' to not equal 'none' AssertionError: Try using the "max-width" style property : expected 'none' to not equal 'none'

2. The element should be centered within its parent element.

Image is not centered: expected 20 to be close to 916 +/- 11 AssertionError: Image is not centered: expected 20 to be close to 916 +/- 11