/* LESS Document */
.bg_h1 {
  background: url(/clinic/img/bg_h1.png) no-repeat right top;
}
.doctor_image {
  float: right;
  width: 300px;
  height: 300px;
  margin: 0 0 30px 30px;
  text-align: center;
  overflow: hidden;
  border-radius: 300px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .doctor_image {
    width: 250px;
    height: 250px;
    float: none;
    margin: 0 auto 20px;
  }
}
.doctor_image img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  z-index: 1;
}
