
#keep .category__img {
	padding-top: 39.46667%;
	position: relative;
	width: 100%
}
#keep .category__img img {
	position: absolute;
	top: 0;
	left: 0
}
#keep .category__title {
	font-weight: 300;
	color: #fff;
	font-size: 24px;
	left: 50%;
	letter-spacing: 2px;
	position: absolute;
	text-shadow: 0 1px 8px rgba(0,0,0,.5);
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	vertical-align: middle
}
#keep .category__description {
	font-weight: 300;
	color: #4d4d4d;
	line-height: 1.42857;
	text-align: center;
	width: 100%
}
#keep .category__list ul {
	display: block;
	text-align: left
}
#keep .category__list li {
	background: rgba(68,191,202,.1);
	cursor: pointer;
	display: inline-block;
	border-radius: 2px;
	margin-right: 4%;
	padding: 0 4px
}
#keep .category__list li:last-of-type {
	margin: 0
}
#keep .category__list li:hover {
	background-color: #c9ecef
}
#keep .category__list li:hover a {
	outline: 0
}
#keep .category__list a {
	font-weight: 300;
	color: #44bfca;
	font-size: 14px;
	line-height: 1.42857
}
