.theme-banner {
  width: 100%;
  aspect-ratio: 4.02 / 1;
  min-height: 180px;
  max-height: 420px;
  background: #e9ece8 center / cover no-repeat;
}

@media (max-width: 850px) {
  .theme-banner { min-height: 150px; }
}
