
@media screen and (max-width: 991px) {

  #body-content {
    padding: 0 0 30px;
  }
  .main-title {
    padding: 25px 0;
  }
  .filters-block {
    padding: 0 15px;
    flex-wrap: wrap;
  }
  .filters-block .filters {
    flex-wrap: wrap;
  }
  .filters-block p {
    display: none;
    margin-right: 0;
  }
  .filters-block #filterBy-styler {
    width: 100%;
    margin: 0px 0px 15px;
  }
  .filters-block #filterType-styler {
    width: 100%;
    margin: 0 0 7px;
  }
  form {
    min-width: auto;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  form input {
    min-height: 35px;
    font-size: 15px;
    width: 100%;
  }
  .photo-blocks a {
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
  }
  .photo-blocks img {
    margin-bottom: 10px;
    height: auto;
  }
  .photo-blocks a p {
    margin: 0;
    font-size: 15px;
  }
  .photo-blocks a span {
    font-size: 15px;
  }
  .sl-wrapper .sl-image .sl-caption {
    display: none !important;
  }
  #search-results {
    text-align: center;
    margin-bottom: 5px;
    display: block !important;
  }

}