.blog-post-info-entry {
  margin-top: 15px;
  background: #e3e3e3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-post-info-entry a {
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.blog-post-info-entry:hover {
  background: rgba(0, 0, 0, 0.8);
}
.blog-post-info-entry:hover a {
  color: #FFF;
}
.blog-post-info-entry.related a {
  min-height: 200px;
}
.blog-post-info-entry.related .blog-post-thumb {
  order: 2;
  width: 33.33%;
  position: relative;
}
.blog-post-info-entry.related .blog-post-thumb .blog-post-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-post-info-entry.related .blog-post-content {
  order: 1;
  padding: 2%;
  width: 66.66%;
}
.blog-post-info-entry.related .blog-post-content h4 {
  font-size: 25px;
  margin-bottom: 15px;
}
.blog-post-info-entry.trending .blog-post-thumb {
  order: 1;
  width: 30%;
  margin: 2%;
  padding: 2% 0;
  position: relative;
}
.blog-post-info-entry.trending .blog-post-thumb .blog-post-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-post-info-entry.trending .blog-post-content {
  order: 2;
  width: 66%;
  padding: 2% 2% 2% 0;
}
.blog-post-info-entry.trending .blog-post-content .date {
  display: none;
}
.blog-post-info-entry.trending .blog-post-content h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
.blog-post-info-entry a {
  color: #000;
  text-decoration: none;
}
.blog-post-info-entry a:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  .blog-post-info-entry.trending a {
    min-height: 150px;
  }
}
@media screen and (max-width: 640px) {
  .blog-post-info-entry a {
    display: block;
    min-height: 0;
  }
  .blog-post-info-entry.related .blog-post-thumb,
  .blog-post-info-entry.trending .blog-post-thumb,
  .blog-post-info-entry.related .blog-post-content,
  .blog-post-info-entry.trending .blog-post-content {
    width: 100%;
  }
  .blog-post-info-entry.related .blog-post-thumb,
  .blog-post-info-entry.trending .blog-post-thumb {
    padding-bottom: 56.25%;
    margin: 0;
  }
  .blog-post-info-entry.related .blog-post-content,
  .blog-post-info-entry.trending .blog-post-content {
    padding: 15px;
  }
}
