
/* Start Gallery CSS */
.thumb {
	margin-bottom: 15px;
	overflow: hidden;
}
.thumb:last-child {
	margin-bottom: 0;
	overflow: hidden;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb 
figure img {
  filter: grayscale(100%);
  transition: .9s ease-in;
  

}
.thumb 
figure:hover img {
  filter: grayscale(0);
   transform: scale(1.1);
}
 .tab-text

 {
    
 	text-transform: uppercase;
      font-size: 20px;
    text-align: center;
    font-weight: bold;
   
    background-color: #fff;
     border: 1px solid #000;
    border-radius: .25rem;
  
}

figure {
    margin: 0px 0 0px 0px;
    overflow: hidden;
}