.item .box {
  text-align:center;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  height: 100%;
  position:relative;
  overflow:hidden;
}

.item .cover {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(31,148,255,0.75);
  transition:opacity 0.15s ease-in;
  opacity:0;
  padding-top:30px;
  color:#fff;
  text-shadow:1px 1px 1px rgba(0,0,0,0.15);
}

.cover-pointer {
  cursor:pointer;
}

.item:hover .cover {
  opacity:1;
}

.action {
  font-size:18px;
}

.view {
  font-size:36px;
}

.action a {
  color:inherit;
  margin:0 15px;
  display:inline-block;
  opacity:0.7;
}
.action a:hover {
  opacity:1;
}

#folder-description p {
  margin-bottom : 0px !important;
}