.image-with-text picture img {
  object-fit: cover;
}

@media only screen and (min-width: 1200px) {
  .image-with-text picture img {
    max-height: 700px;
    max-width: 700px;
  }
}