# Mobile Menu Different Logo

```
@media only screen and (max-width: 980px){
#logo {
content: url(INSERT HERE NEW LOGO IMAGE URL);
}
}
``` 

