#post_list {
  background: transparent;
  padding: 20px 0;
  margin-bottom: 5%;
}
#post_list .row_post {
  margin-bottom: 30px;
}
#post_list .thumbnail_post {
  position: relative;
  cursor: pointer;
}
#post_list .thumbnail_post .overlay_post {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d3d3d3d4;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#post_list .thumbnail_post .btn-docthem {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#post_list .thumbnail_post:hover .overlay_post {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*# sourceMappingURL=style_posts.css.map */
