.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;
  }
  
  @media (max-width:767px) {
    .photo-gallery h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
  }
  
  .photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
  }
  
  .photo-gallery .intro p {
    margin-bottom:0;
  }
  
  .photo-gallery .photos {
    padding-bottom:20px;
  }
  
  .photo-gallery .item {
    padding-bottom:30px;
    position: relative;
  }
  .photo-gallery .item:hover{transform:scale(1.1);transition:ease-in 0.5s;}
  .img-fluid{
    object-fit: cover;
    width:220px;
    height:220px;    
    box-shadow:3px 3px 8px var(--gray);
    pointer-events: none;
  }  
  .zoom-overlay{
      color:#fff;
      background-color: rgba(255, 100, 0,55%);
      padding:15px;
      border-radius: 50%;
      position:absolute;
      top:40%;
      left:40%;
      z-index: 1000;

  }
  .lightbox .lb-image {
    pointer-events: none;
  }