div.productdisplay-wrapper {
	border-radius: 15px;
	width: 100%;
	/*padding: 40px;*/
}

div.productdisplay-header h3 {
	font-weight: bold;
}

div.productdisplay-header p {
	font-size: 12px;
}

@media (min-width: 1283px) {
	div.productdisplay-wrapper img {
		height: 170px !important;
	}

	div.productdisplay-wrapper .row > div {
		text-align: center;
	}
}

@media (max-width: 1282px) {
	div.productdisplay-wrapper img {
		width: 100%;
	}
}

div.productdisplay-wrapper img {
	border-radius: 10px;
	margin-top: 20px;
}

