
a.thumbnail {
	background-size: contain !important; /* !important;  Used to override the inline style which sets this to cover */
	background-repeat: no-repeat;
}


.product-image-wrapper {
    height: 100%;
}

	.product-image-wrapper > img {
		width: auto !important;
		max-width: 90%;
		max-height: 100%;
	}
	
div.modal-dialog > div.modal-content > div.modal-body > div > img {
    max-width: 100%;
}


