.hero-image-wrapper {
  figure {
    position: relative;

    img {
      position: absolute;
      bottom: 0;
      right: 0;
    }
  }
}
