/* Display the owner's finished crop without further zooming or clipping. */
.portrait.portrait-cropped {
  aspect-ratio: auto;
}

.portrait-cropped img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.portrait-cropped .portrait-caption {
  position: static;
}
