/* EVOLUTPLAY v10.50 — tablet CTA cleanup */
/* On tablets the primary Explore CTA stands alone. The secondary Sign in action
   remains available in the header/menu and is kept on phone + desktop. */
@media (min-width:701px) and (max-width:1100px){
  .landing-hero .hero-button-row .hero-banner-secondary{
    display:none!important;
  }
  .landing-hero .hero-button-row{
    width:min(292px,100%);
    max-width:292px!important;
  }
}
