#related_posts_header{
  display: block;
  padding-top: 1em;
}

.related_post {
  float: left;
  width: 21%;
  line-height: 1em;
  font-family: Helvetica,Arial,sans-serif;
  padding: 2%;
}

a.rp_link {
  display:block;
  max-height: 4.6em;
  overflow: hidden;
  padding-top:.5em;
  font-size:.85em;
}

.rp-img-container {
  height: 135px;
  width: 135px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

#rp-clearfix{
  clear: both;
}
