@media (min-width:769px){
  .hero,
  section.hero{
    min-height:630px!important;
    height:52.5vw!important;
    max-height:900px!important;
    background-size:100% auto!important;
    background-position:center top!important;
    background-repeat:no-repeat!important;
    background-color:#000!important;
  }

  .hero-inner{
    min-height:100%!important;
    height:100%!important;
  }

  .hero-copy{
    top:auto!important;
    bottom:28px!important;
  }
}
