img {
  max-width: 100%;
  height: auto;
}
.work-view img,
.editor img.preview,
img.preview {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.work-view img {
  max-height: 80vh;
  margin: 0 auto 1.2rem;
}
.editor img.preview,
img.preview {
  max-height: min(70vh, 36rem);
}
.card img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 24.4rem;
  object-fit: contain;
}
