@media (max-width:1200px) {
  #main.photo .breadcrumbs {
    margin-left: 0;
    margin-right: 0;
  }
  #photo-body .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width:767px) {
  #photo-body .page-title {
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    text-align: center;
  }
  #photo-body .go-back {
    color: #d03847;
    font-size: 30px;
    left: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
}
