/* Hide RI Studio overlay link right */
.landing-page__hero--placement .overlay-link.right {
  display: none !important;
}
/* Force RI Studio overlay link left to take up whole hero */
.landing-page__hero--placement .overlay-link.left {
  width: 100% !important;
  height: 100% !important;
}

/* Center CTA wrapper */
.landing-page__hero--placement .landing-page__hero-content {
  top: 48% !important;
  justify-content: center !important;
}
/* CTA style */
.landing-page__hero--placement .landing-page__hero-content .landing-page__hero-cta {
  display: inline-block !important;
  font-weight: normal !important;
  background-color: white !important;
  color: #000 !important;
  text-align: center !important;
  padding: 12px !important;
  text-decoration: none !important;
  font-size: 14px !important;
  border-radius: 4px !important;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.13) !important;
}
/* Hide RI Studio CTA */
.landing-page__hero--placement .landing-page__hero-cta.ri-studio {
  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;
  }
}  */
