.hero-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 500px;
  justify-content: center;
  padding-top: 50px;
  width: 100%;
}

.hero-copy-image {
  background-image: url(/content/dam/royal/special-mkgt/mobile-app/rci-app-new-hero-banner-design.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-grow: 1;
  width: 100%;
}

.navigation-menu__base {
  padding: 0.5rem 0 !important;
}

.downloadApp {
  width: 150px;
}

.downloadAppContainer {
  display: flex;
  gap: 8px;
}

/* Mobile */
@media (max-width: 767px) {
  .navigation-menu__base {
    display: none;
  }

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

/* Tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  [id^="promoHero-"]>div.superHero__container {
    min-height: 700px !important;
  }

  .hero-copy {
    flex-grow: none;
    width: 100%;
    height: 400px;
  }

  .navigation-menu__base {
    display: none;
  }
}