.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: calc(100% + 280px) center !important;
}

.doctor-hero-hinterberger > .wrap {
  width: 44%;
  margin-left: 4%;
  margin-right: 52%;
  padding-left: 0;
  padding-right: 0;
}

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

  .doctor-hero-hinterberger > .wrap {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
