.product-item img {
	max-width: 100%;
	height: 159px;
	display: initial;
}

.product-item .pi-img-wrapper {
	text-align: center;
}

.button-placeholder {
	height: 34px;
}

@media(max-width:767px){
	.product-item img {
		max-width: 100%;
		height: auto;
		display: block;
	}
}