#lib-category {
  background: #fff;
  border-radius: 5px;
  margin: 20px 0px 20px 0px;
  padding: 1px 15px 0px 15px;
  box-shadow: 0 0 3px 0 #dee2e6;
}
#lib-category h3{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
#lib-category .category-item{
	padding-bottom: 20px;
}
#lib-category .category-item .name{
	text-align: center;
	color: #666;
	padding-top: 5px;
}
#lib-category .category-item .image:hover{
	opacity: 0.6;
}
#lib-category .category-item .name:hover{
	color:#06c;
}
@media (min-width: 768px) and (max-width: 991px) {
	#lib-category .category-item .col-md-2{
		width: 30%;
		float: left;
		margin-bottom: 10px;
	}
	#lib-category .category-item .col-md-2 img{
		width: 50%;
	}
}
@media (max-width: 478px) {
	#lib-category .category-item .col-md-2{
		width: 30%;
		float: left;
		margin-bottom: 10px;
	}
	#lib-category .category-item .col-md-2 img{
		width: 70%;
	}
}