.photo-gallery {
    color:#313437;
    background-color:#fff;
  }
  
  .photo-gallery p {
    color:#7d8285;
  }
  

  .prod{
    margin-bottom: 5%;
}

  .photo-gallery h2 {
    font-weight:bold;
    margin-bottom:5%;
    padding-top:40px;
    color:inherit;
  }
  
  @media (max-width:767px) {
    .photo-gallery  {
      margin-bottom:25px;
      padding-top:6%;
      font-size:24px;
    }

  
    .img-fluid{
        margin-bottom: 4%;
    }    

}
  
  .img-fluid{
    padding: 0.4rem;
  }
  .photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
  }
  
  .gallery-m {
    max-width: 100%;
  }

  .photo-gallery .intro p {
    margin-bottom:0;
  }
  
  .photo-gallery .photos {
    padding-bottom:20px;
  }
  
  .photo-gallery .item {
    padding-bottom:30px;
  }
  

.label{
    text-decoration: none !important;
    transition: 2s;
}

.zoom {
  overflow: hidden;
}

.zoom img {
  max-width: 25rem;
}

.zoom{
  transition: transform .5s ;
}
.zoom:hover{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);

}
