.content *:not(figure)>img.photoright,
.content *:not(figure)>img.photoleft {
  width: revert-layer;
}



/* Desktop only */
@media (min-width: 750px) {
  .photoleft {
    margin: 0 2em 3em 0
  }

  .photoright {
    margin: 0 0 3em 2em
  }
}
