@media screen and (max-width: 480px) {
  #header #title .h1 {
    display: table-cell;
    vertical-align: middle;
  }
}
