.content-isotope {
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
}
.blog-wapper {
  margin-top: 20px;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  margin: 20px 1.66666%;
  width: 30%;
  padding: 0;
  display: flex;
  flex-direction: column
}
.blog-wapper .entry-header {
  margin: 0
}
.blog-wapper .entry-header .entry-format {
  padding-bottom: 0
}
.blog-wapper .entry-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px
}
.blog-wapper .entry-content .entry-metas {
  position: absolute;
  bottom: 15px
}
.blog-wapper .entry-content .entry-metas .entry-meta {
  color: #fff
}
.blog-wapper .entry-content .entry-title {
  position: absolute;
  top: 15px;
  margin: 0;
  text-align: right;
}
.blog-wapper .entry-title a {
  color: #fff
}
.blog-wapper .entry-footer {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.blog-wapper .entry-footer .readmore {
  color: #fff
}