html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

main,
header,
footer,
section {
  max-width: 100%;
}

img,
button {
  max-width: 100%;
}

.hero-copy,
.hero-visual,
.feature-copy,
.feature-art,
.download-inner > * {
  min-width: 0;
}

@media (max-width: 560px) {
  .feature-list li,
  .feature-list li span,
  .feature-list li b {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .banner-showcase {
    overflow: hidden;
  }
}
