/* Adjust banner to fixed height */
@media screen and (min-width: 769px) {
  .index-section--hero.index-section--hero .hero-natural {
    padding-bottom: 490px;
  }
}
