.filter-button{
    font-size: 18px;
	padding:5px 10px;
    text-align: center;
    margin-bottom: 30px;
	background:transparent;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active{
    color: #ffffff;
	outline:none;
}
.gallery_product{
    margin: 0px;
	padding:0;
	position:relative;

}

.gallery_product a{
	text-decoration: none;
	border-bottom: none;
}

.gallery_product .img-info{
	position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
	overflow:hidden;
	color:#fff;
	top:0;
	display:none;
	   -webkit-transition: 2s;
    transition: 2s;
}

.gallery_product:hover .img-info{
	display:block;
   -webkit-transition: 2s;
    transition: 2s;
}

.img-responsive
{
	   width: 100%;
   object-fit: cover;
   height: 200px; 
}

	img {
		vertical-align: bottom;
	}