.hero-container {
  height: calc(14.58vw + 40px);
}

.no-js .hub-hero {
  background: none;
  min-height: 0;
}

@media print {
  .hub-hero {
    min-height: 0;
    background: none !important;
  }
}
