/* Keep the homepage hero visually open: the right side is reserved for the background image. */
main > div.flex.flex-col > section:first-of-type > .container > .grid > :nth-child(2) {
  display: none !important;
}
