body {
  background-color: maroon;
}

.icon-img {
	height: 316px;
	width: 300px;
}
.icon-img:hover {
    -webkit-filter: grayscale(100%) !important;
	cursor: pointer;
}