/* Fill the existing hero edge to edge without distorting the photograph.
   Cover intentionally crops excess image height/width instead of letterboxing. */
body .hk-hero::after {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
