Faoeas saak zaazcx

aswail giorkoq kofpalaadaf

only the image container resize, try adding
#logo img {max-width: 100%}

Instead of adding width/height to the parent element of the img (in your case its div with id of logo), add it to the image instead.

So…

<img id="test" src="https://upload.wikimedia.org/wikipedia/en/b/bd/Random_App_Logo.png">

#test {
  width: 200px
}