/* Mirror the portrait so its visual orientation runs left to right. */
.portrait-frame img {
  transform: scaleX(-1);
}
