.about-story-images > picture:first-child > img {
  position: static;
  width: 100%;
  height: 350px;
  margin: 0;
  object-fit: cover;
}

.about-story-images > picture:last-child > img {
  position: absolute;
  right: 6%;
  bottom: 0;
  width: 66%;
  height: 190px;
  margin: 0;
  object-fit: cover;
}

@media (max-width: 680px) {
  .about-story-images > picture:first-child > img {
    height: 240px;
  }

  .about-story-images > picture:last-child > img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 78%;
    height: 150px;
    margin: -48px auto 0;
  }
}
