/* OVER RIDE BLUE */
.prod-sum-figure {
		width: 80% !important;
		margin: 0.5em 10% 0.5em 10% !important;
		border:  solid 1px #ccc;
		padding: 10px 15px;
}
.prod-img-resizer img {
    max-width: 100%;
    max-height: 200px;
}
figcaption.product-sum1 {
    height: auto !important;
    font-size: 0.85em;
	padding-bottom: 25px;
}
.product-sum-button form {
    text-align: center;
    line-height: 2em;
}
.colour {
	padding: 1.0em 0em;
}

@media screen and (max-width: 719px) {
		.prod-sum-figure {

	}
}