/* Keep the slider portrait natural: no generated cutout edge or arched mask. */
.hero-slider-art.portrait img.hero-portrait-original {
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  max-width: none;
  object-fit: cover;
  object-position: center 40%;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 24px;
  box-shadow: 0 24px 48px rgba(35, 61, 128, 0.16);
  filter: none;
}

.hero-slider-art.portrait .hero-person-caption {
  left: 34px;
  bottom: 34px;
}

/* The president photo also stays in its original studio background. */
.president-photo {
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(49, 90, 154, 0.16);
  border-radius: 24px;
  background: #d8d8d8;
  box-shadow: 0 24px 48px rgba(35, 61, 128, 0.1);
}

.president-photo::before {
  display: none;
}

.president-photo img.president-portrait-original {
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 0;
  filter: none;
}

@media (max-width: 640px) {
  .hero-slider-art.portrait img.hero-portrait-original {
    inset: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border-radius: 18px;
  }

  .hero-slider-art.portrait .hero-person-caption {
    left: 24px;
    bottom: 24px;
  }

  .president-photo {
    min-height: 440px;
    border-radius: 18px;
  }
}
