I found another thread about making the logo responsive. I made a media query for a smaller version of the logo and it works.
Only thing I just want to ask: Can I make media queries for another image?
I have my original logo.png and a media query for logo_mobile.png. Then I made another image, logo_small.png and put a second media query into the override.
Now I can see logo_small.png but I cant see the smallest image if I make the window smaller.
Did I made it wrong or isnt it possible to make media queries with different images? (big - middle - small)

Here's the website