/* APW Hero + horizontal overflow fix */
html, body{
  overflow-x:hidden !important;
}

.hero{
  min-height:0 !important;
  height:47.37vw !important;
  aspect-ratio:1900 / 900;
  background-image:url('assets/hero-apw-final.png') !important;
  background-position:center center !important;
  background-size:100% 100% !important;
  background-repeat:no-repeat !important;
}
