/* Preserve the existing full-row company building image at its source ratio. */
body.support-factory .company-profile-exterior--concept {
  aspect-ratio: auto;
  overflow: visible;
}

body.support-factory .company-profile-exterior--concept img {
  height: auto;
  object-fit: contain;
}
