@media only screen and (max-width: 981px) {
  /* Changes mobile logo to specified image */
  #logo {
    content: url("http://brainhands.net/wp-content/uploads/2017/12/brain-hands-logo.001.png");
  }
}