#hero .image {
  width: 100%;
  max-width: 100%;
}

#hero .image img {
  width: min(420px, 100%);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 35% center;
  border-radius: 0.75rem !important;
}
