Responsive Tribute page

I’m done with my page and all is checking out besides the responsive test i looked over the example page and though the test says to have my responsive I don’t see it linked in the example page.
anyways this is what i have what am i doing wrong

@media(max-width:480px){
#image{
max-width:100%;
height: auto;

}
}

your whole code is needed, otherwise it is not possible to help you

this is the link to my project

Is long time ago, that i used Media Query but:

@media (max-width: 480px) { ... }

That looks a little short for me. Media what? Is this for speech or print?

thats exactly the way it is on the example tribute page (https://codepen.io/freeCodeCamp/pen/zNqgVx)
…but yeah your right its normally @media screen and (min-width: 400px)) or something like that