.productBody .img_box a img {
  	top: 0;
  	transform: initial;
}

.home .product:hover .img_box img {
  	transform: none;
  	margin-top: 0;
  	top: 0;
}

.home .product .img_box a::before {
  	display: none !important;
}

.home .product:hover .productBody {
  	border: 1px solid #EDEDED;
}