.portrait,
.bio-portrait {
  background: #c8cdcc;
  overflow: hidden;
}

.portrait img,
.bio-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.bio-portrait img {
  position: absolute;
  inset: 50% auto auto 50%;
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 280px;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

nav a[href*="employment-law"] {
  display: none !important;
}

@media (max-width: 760px) {
  .portrait {
    min-height: 360px;
  }

  .bio-portrait {
    min-height: 440px;
  }
}
