.photo-gallery {
    color:#313437;
    background-color:#fff;
  }
  
  .photo-gallery p {
    color:#7d8285;
  }
  
  .photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
  }
  .lb-nav a.lb-next, .lb-nav a.lb-prev{
    opacity: 1 !important;
  }
  
  @media (max-width:767px) {
   /* .photo-gallery h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }*/
    .photo-gallery .photos .item{
        padding: 0px 5px 0px 5px;
      }
      .photo-gallery .photos .item .spl-img{
        height: 150px !important;
      }
  }

  .photo-gallery .photos {
    padding-bottom:20px;
  }
  .photo-gallery .photos .item img{
    margin: 10px 0px;
  }
  .photo-gallery .photos .item .spl-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
  }


  
  /*.photo-gallery .item {
    padding-bottom:30px;
  }*/
  
  @media only screen and (min-width: 768px){
    .lb-nav a.lb-prev{
        position: relative;
        left: -70px !important;
    }
    .lb-nav a.lb-next{
        position: relative;
        right: -70px !important;
    }
  }
  