#logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 766px) {
  #logo {
    left: 50%;
    transform: translate(-50%, 0);
  }
}