/* Remove the obsolete fixed-header body offset after the mobile header moved into document flow. */
@media (max-width: 900px) {
  body {
    padding-top: 0 !important;
  }
}
