span.logo {
  margin-top: 4px;
  display: inline-block;
  width: 400px;
  height: 44px;
  background-image: url(../images/logo.svg);
  background-size: 400px 44px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
  span.logo {
    width: 300px;
    height: 33px;
    background-size: 300px 33px;
  }
}

span.footer-logo {
  display: inline-block;
  width: 300px;
  height: 44px;
  background-image: url(../images/logo.svg);
  background-size: 300px 44px;
  background-repeat: no-repeat;
}
