html, body { overflow-x: hidden; }
.hero > *, .dash-grid > * { min-width: 0; }
@media (max-width: 480px) {
  .container { width: calc(100% - 24px) !important; }
  .hero h1 { font-size: 31px; overflow-wrap: anywhere; }
  .hero-copy > p { overflow-wrap: anywhere; }
  .hero-panel { width: 100%; }
}
