/* =========================================================
   MAIN HERO PC final override
   Loaded after laptop/tablet/sticky layers so these values
   remain authoritative at 1201px and above.
   ========================================================= */
@media (min-width:1201px){
  html body .hero .hero-copy{
    margin-top:-500px!important;
  }

  html body .hero .hero-copy h1{
    font-size:80px!important;
    line-height:1.3!important;
    letter-spacing:-2.2px!important;
    font-weight:800!important;
    white-space:nowrap!important;
  }

  html body .hero .hero-copy p{
    margin-top:10px!important;
    font-size:36px!important;
    line-height:1.5!important;
    letter-spacing:-.4px!important;
    font-weight:400!important;
  }

  html body .hero .hero-video{
    position:absolute!important;
    left:auto!important;
    right:0!important;
    top:0!important;
    width:100%!important;
    height:100%!important;
    min-width:100%!important;
    min-height:100%!important;
    max-width:none!important;
    transform:none!important;
    object-fit:cover!important;
    object-position:right center!important;
  }
}
