@media only screen and (max-width: 600px) {
	.products .product_img img {
		height: 150px;
	}
}