
#navbar {
  position: static;
}
@media(max-width: 1280px) {
  #navbar {
    width: 300px;
  }
}
