.mv-product-list-17{
	position: relative;
	overflow: hidden;	
}
.mv-product-list-17:hover .mv-product-overlay-info:after{
	bottom: 0;
}
.mv-product-overlay-info{
	position: absolute;
	z-index: 2;
	bottom: 0%;
	left: 0;
	right: 0;
	width: 100%;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.mv-product-overlay-info:after{
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -100%;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.mv_productList_title p{
	color: #ffffff;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.mv-product-list-17:hover .mv_productList_title p{
	color: #000000 !important;
}
.product-image{
	height: 350px;
	width: 100%;
	background-size: cover;
}
.mv_img_product{
	width: 100%;
}
.mv_img_product img{
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.mv-product-list-17:hover .mv_img_product img{
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

@media (max-width: 991px){
	.product-image{
		height: 225px;
	}
}
@media (max-width: 768px){
	.product-image{
		height: 350px;
	}
}

@media (max-width: 520px){
	.product-image{
		height: 275px;
	}
}