/* Center CTA wrapper */
/* .landing-page__hero--placement .hero-two .landing-page__hero-content {
  top: 48% !important;
  justify-content: center !important;
} */

/* atom only display both CTAs */
.landing-page__hero--placement .hero-one .landing-page__hero-content .landing-page__hero-cta.atom-only {
    display: block !important;
  }
  .landing-page__hero--placement .hero-two .landing-page__hero-content .landing-page__hero-cta.landing-page__hero-cta--secondary {
    display: block !important;
  }
  .landing-page__hero--placement .hero-one .landing-page__hero-content .landing-page__hero-cta.landing-page__hero-cta--secondary {
    display: none !important;
  }
  .landing-page__hero--placement .hero-one .landing-page__hero-content {
    justify-content: center !important;
  }
  @media screen and (max-width: 768px) {
    .landing-page__hero--placement .hero-one .landing-page__hero-content {
        top: 76% !important;
      }
      .landing-page__hero--placement .hero-two .landing-page__hero-content {
        top: 76% !important;
      }
    }
  /* Hide RI Studio CTA */
  /* .landing-page__hero--placement .hero-two .landing-page__hero-content .landing-page__hero-cta.holiday-shop {
    display: none !important;
  } */
  /* 
  @media screen and (max-width: 768px) {
    .landing-page__hero--placement .hero-one .landing-page__hero-content {
      top: 81% !important;
      top: 80% !important;
    }
    .landing-page__hero--placement .hero-two .landing-page__hero-content {
      top: 80% !important;
    }
  }  */
  /* 
