.product_list2_li{
	width: 32.3%;
	padding-right: 1%;
	padding-bottom: 30px;
	float: left;
    overflow:hidden;
	
}
.product_list2_img{
    overflow:hidden;
}
.product_list2_img img{
	position:relative;
    width: 150% !important;
    max-width:none !important;
    left:-25%;
}