/* T87 — Remove the unclear ornament under mobile hero copy and rebalance spacing. */
@media (max-width:760px){
  #home .hero-ornament{
    display:none !important;
  }

  #home .hero-copy-block{
    padding-bottom:9px !important;
  }

  #home .hero-subtitle{
    margin-bottom:0 !important;
  }

  #home .primary-actions{
    bottom:18px !important;
  }
}

@media (max-width:760px) and (max-height:780px){
  #home .hero-copy-block{
    padding-bottom:6px !important;
  }

  #home .primary-actions{
    bottom:12px !important;
  }
}
