.third {
	box-shadow: 0px 0px 50px transparent;
	filter: grayscale(100%);
	transition: 0.25s;
}

.third {
	box-shadow: 0px 0px 50px #f00;
	filter: grayscale(0%);
	transition: 0.25s;
}