.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;
}

.doctor-hero-hinterberger {
  background-color: #42534e !important;
  background-size: cover !important;
  background-position: center center !important;
}

@media (max-width: 760px) {
  .portrait { height: 350px; }
  .doctor-hero-hinterberger {
    background-size: cover !important;
    background-position: center center !important;
  }
}
