#article-page-banner {
  height: 240px;
}
#article-page-banner .hero-unit__content {
  margin-top: 72px !important;
}

@media (max-width: 375px) {
  .topbar {
    width: 33rem;
  }
  .article-page {
    width: 33rem;
  }
  .hero-unit {
    min-width: 142%;
  }
  footer {
    width: 142% !important;
  }
}
