#brands {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
}
a.brand {
	display: inline-block;
	vertical-align: top;
	width: 233px;
	height: 155px;
	background-position: center;
	background-size: 80%;
	background-repeat: no-repeat;
	margin: 10px;
	padding: 10px;
	filter: grayscale(100%);
}
a.brand:hover {
	background-color: #b2b2b2;
	background-size: 60%;
	transition-duration: 1000ms;
}