/* Expertise page — approved Copperclad team photograph */
.expertise-team-photo--real {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #e9e4db;
}
.expertise-team-photo--real img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 760px;
  object-fit: cover;
  object-position: center 48%;
}
@media (max-width: 700px) {
  .expertise-team-photo--real img {
    max-height: none;
    object-fit: contain;
  }
}
