.hero {
  position: relative;
}

.hero__image {
  width: 100%;
}

.hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

.hero__link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
