.kicker {
  display: none;
}

.mobile-hero-image {
  display: none;
}

@media (max-width: 760px) {
  .home-hero {
    background: none;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 120px;
  }

  .hero-shade {
    display: none;
  }

  .hero-copy {
    left: auto;
    padding: 0 24px 46px;
    position: relative;
    right: auto;
    top: auto;
  }

  .mobile-hero-image {
    background: url('/assets/twt-community-hero.png') 58% center / cover no-repeat;
    display: block;
    height: 360px;
    width: 100%;
  }

  .hero-focus {
    align-items: flex-start;
    bottom: auto;
    flex-direction: column;
    gap: 16px;
    padding: 22px 24px;
    position: relative;
  }
}
