.image-left, .image-right {

box-sizing: border-box;
width: 100%;

}

@media (min-width: 750px) {

.image-left, .image-right {
  width: 50%;
}

.image-right {
  padding: 0 0 1em 1em;
  float: right;
}

.image-left {
  padding: 0 1em 1em 0;
  float: left;
}

}