/* Public site content width - matches landing page container (1280px) */
.container,
.wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.header-inner {
  max-width: 1280px;
}

/* Avoid full-bleed thin dividers between hero and content */
.blog-hero-band {
  border-bottom: none;
}

@media (min-width: 1920px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 3840px) {
  .container {
    max-width: 1280px;
  }
}
