.image-with-image-column {
  display: flex;
  flex-flow: row wrap;
}

.image-with-image__image {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .image-with-image__image {
    width: 50%;
  }
}
