header .brand {
  display: inline-block;
  width: 127px;
  height: 80px;
  margin-top: -19px;
}
@media (min-width: 990px) {
  header .brand {
    position: absolute;
    left: 0;
    width: 193px;
    height: 87px;
    top: -40px;
  }
}
