.posts{
    margin-top: 40px;
}
.posts div a .fundo {
  /*background: #80A45D;*/
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.posts div a:hover .fundo {	  
  opacity: 0.3;
}
.posts div a .texto {
	color: #FFF;
	position: absolute;
	z-index: 1;
    width: 100%;
    height: 100%;
	font-weight: bold;
    font-size: 16px;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.posts div a:hover .texto {	  
    display: flex;
}
.posts div a .texto ul {
  list-style: none;
  padding: 0;
}
.posts div a .texto ul li {
  display: inline-flex;
}
.posts div a .texto ul li i {
  padding-right: 5px;
}
.posts div a .texto ul li .icon-comment {
  padding-left: 10px;
}
.posts .div-img {
  height: 200px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width:100%;
}

@media (max-width: 991px) {
    .posts .div-img {
        height: 120px;
    }
}