.portrait {
  height: 380px;
  overflow: hidden;
}

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

.doctor-hero {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center 18% !important;
}

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