Stuck on Responsive Image lesson! Help!

Responsive Web Design Principles: Make an Image Responsive

.responsive-img {
max-width: 100%;
height: auto;

}

The test results are telling me that my responsive image needs a max-width of 100%.
Im unsure of what Im doing wrong…help:(

Your browser needs to be at least 100% zoom to pass the test.