.hero__image {
  width: 100%
}
.hero__image img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain
}