@media (max-width:1200px) {
  #main.photo-inside .breadcrumbs {
      margin-left: 0;
      margin-right: 0;
  }
  #photo-inside-body .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  #photo-inside-body .cat-photos {
    margin-left: -15px;
    margin-right: -15px;
}
#photo-inside-body .link-to-cat {
  margin-left: 0;
  margin-right: 0;
}
}
@media (max-width: 991px) {
  #photo-inside-body .cat-photos .cat-photo {
      width: 25%;
  }
  #photo-inside-body .cat-photos .cat-photo-link {
    height: 120px;
  }
  #photo-inside-body .link-to-cat .slider-wrap .slider-item {
    height: 120px;
}
#photo-inside-body .bx-wrapper, #photo-inside-body .slider-wrap,  #photo-inside-body .bx-viewport {
  height: 120px !important;
}
#photo-inside-body .bx-prev, #photo-inside-body .bx-next {
    line-height: 120px;
}
}
@media (max-width: 767px) {
#photo-inside-body .page-title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  text-align: center;
}
#photo-inside-body .go-back {
  color: #d03847;
  font-size: 30px;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#photo-inside-body .cat-photos .cat-photo {
  width: 33.33333333%;
}
#photo-inside-body .cat-photos .cat-photo-link {
  height: 90px;
}
#photo-inside-body .link-to-cat .slider-wrap .slider-item {
  height: 90px;
}
#photo-inside-body .bx-prev, #photo-inside-body .bx-next {
  line-height: 90px;
}
#photo-inside-body .bx-wrapper, #photo-inside-body .slider-wrap,  #photo-inside-body .bx-viewport {
  height: 90px !important;
}
}
