/* Bonheur hero — approved simplification: the background photo is enough. */
.tg-show-hero__inner {
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: center !important;
}

.tg-show-hero__copy {
  max-width: 820px !important;
}

.tg-show-hero__poster {
  display: none !important;
}

@media (max-width: 980px) {
  .tg-show-hero__inner {
    grid-template-columns: 1fr !important;
  }
}
