.container img {
	transition: 1s;
	padding: 15px;
	width: 200px;
}
.container img:hover {
	filter: grayscale(100%);
	transform: scale(1.1);
}