.portrait-card {
  width: min(31vw, 455px);
  height: min(68vh, 555px);
  display: block;
  background: #102f4a;
  box-shadow: 0 35px 80px rgba(0, 0, 0, .28);
}

.portrait-card::after {
  border-color: rgba(255, 255, 255, .18);
  z-index: 2;
  pointer-events: none;
}

.portrait-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 53% center;
  filter: saturate(.88) contrast(1.04);
}

.portrait-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 55%, rgba(3, 15, 27, .34));
}

.portrait-card .credential { z-index: 3; }

@media (max-width: 900px) {
  .portrait-card { width: min(82vw, 440px); height: 400px; }
  .portrait-photo { object-position: 53% 42%; }
}
