
/* Only the Seonkyung vs Well comparison photos: preserve the original 4:3 framing. */
.director-story .history-photo-frame--compare{
  height:auto !important;
  aspect-ratio:4 / 3;
}
.director-story .history-photo-frame--compare img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 50%;
  transform:none !important;
}
@media(max-width:980px){
  .director-story .history-photo-frame--compare{height:auto !important;aspect-ratio:4 / 3;}
}
