.ofn-learnables {
  margin: 0 auto;
}

.ofn-learnable {
  position: relative;
  width: 364px;
  margin: 1px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 400px) {
  .ofn-learnable {
    width: 258px;
  }
}

.ofn-learnable a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.ofn-learnable .title {
  width: 100%;
  padding: 1em 15px 0 15px;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #fff;
}

.ofn-learnable .category {
  position: absolute;
  bottom: 0px;
  width: 100%;

  padding: 0 15px;

  background-color: #777;
  color: #000;
}

.ofn-learnable .category-resource {
  background-color: #6fc6eb;
}
.ofn-learnable .category-model {
  background-color: #e66792;
}
.ofn-learnable .category-story {
  background-color: #b3d97f;
}


/* Tag Filter */
ul.ofn-learnables-filter {
  overflow: auto;
  list-style-type: none;
  padding: 0;
  margin-bottom: 1em;
}
ul.ofn-learnables-filter li {
  float: left;
  margin: 0 2px 2px 0;
  padding: 0px 6px;
  border: 1px solid #777;
  border-radius: 14px;
  font-size: 12px;
  line-height: 20px;
}
ul.ofn-learnables-filter li.active {
  background-color: #ddd;
}
