body.support-factory .company-profile-exterior--concept {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0d100e;
}

body.support-factory .company-profile-exterior--concept img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
