/* The homepage hero intentionally uses the original pic1.jpg directly. */
.hero__image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
