.single-laixa_photographer .overview {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.single-laixa_photographer .overview:before, .single-laixa_photographer .overview:after {
  content: " ";
  display: table;
}
.single-laixa_photographer .overview:after {
  clear: both;
}
.single-laixa_photographer .overview .profile-avatar {
  margin-bottom: 20px;
}
.single-laixa_photographer .overview .profile-avatar img {
  width: 260px;
  height: auto;
}
@media (min-width: 360px) {
  .single-laixa_photographer .overview {
    display: table;
    width: 100%;
  }
  .single-laixa_photographer .overview .profile-avatar {
    display: table-cell;
    vertical-align: top;
    width: 260px;
  }
  .single-laixa_photographer .overview .profile-avatar + .photographer-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
  }
}
.single-laixa_photographer .overview .single_photographer_overview .photographer-info {
  margin-bottom: 10px;
}
.single-laixa_photographer .overview .single_photographer_overview .photographer-info span {
  color: #999999;
}
.single-laixa_photographer .entry-header .entry-title {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 20px;
}
.single-laixa_photographer .laixa_photographers-video,
.single-laixa_photographer .laixa_photographers-movie {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .single-laixa_photographer .laixa_photographers-video,
  .single-laixa_photographer .laixa_photographers-movie {
    margin-top: 30px;
  }
}