/* v142: preserve original photo orientation sitewide */
img.sitewide-landscape-image{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center top!important;
}
.sitewide-landscape-frame{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  overflow:visible!important;
}
/* Personal portrait: show the complete head and full original frame. */
.about-portrait img,
.about-img img{
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center top!important;
}
/* Existing behind-the-scenes grids must not turn horizontal photos into portrait crops. */
.work-photo-grid figure,
.bts-gallery-fixed figure{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  overflow:visible!important;
}
.work-photo-grid img,
.bts-gallery-fixed img{
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center top!important;
}
