@charset "UTF-8";
/* CSS Document */
.trending-thumbnail {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 80px;
  width:  80px;
  margin-right:5px;
}

.media.category_top {
  margin: 15px 0px 0px 20px;
}

.relation-thumbnail {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 150px;
  width: 240px;
  margin-right: 20px;
}