div.productdisplay-wrapper {
	border-radius: 15px;
	width: 100%;
	/*padding: 40px;*/
}

div.productdisplay-header h3 {
	font-weight: bold;
}

div.productdisplay-header p {
	font-size: 12px;
}

div.productdisplay-wrapper img {
	max-height: 100%;
	width: 100%;
	border-radius: 10px;
	padding-top: 15px;
}