.imgProducts
{
	overflow: hidden;
}

.imgProducts img:hover{
	transition: .3s all ease;
	opacity: 0.8;
	transform: scale(1.1,1.1);
}