html.light .thumb-info .thumb-info-wrapper:after {
	opacity: 0 !important;
}

html.light .thumb-info .thumb-info-wrapper img {
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

html.light .thumb-info:hover .thumb-info-wrapper img {
	-moz-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}
Bes