/* Asia Golden Marine header and hero sizing — revision 4 */
.site-header .brand img {
  width: 90px !important;
  height: auto !important;
  max-height: 58px !important;
  object-fit: contain !important;
}

.site-header.scrolled .brand img {
  width: 82px !important;
  max-height: 52px !important;
}

.hero {
  height: 650px !important;
  min-height: 0 !important;
}

@media (max-width: 600px) {
  .site-header .brand img,
  .site-header.scrolled .brand img {
    width: 72px !important;
    height: auto !important;
    max-height: 46px !important;
  }

  .hero {
    height: 520px !important;
    min-height: 0 !important;
  }
}
