.image-news:after {
transition: 0.9s ease-in-out;
-webkit-transition: 0.9s ease-in-out;
-moz-transition: 0.9s ease-in-out;
-o-transition: 0.9s ease-in-out;
content: attr(data-title);
position: absolute;
width: 100%;
height: 100%;
right: 0;
bottom: 0;
left: 0;
top:0
}
.image-news:hover::after {
content: '';
background: rgba(0, 0, 0, 0.52) url(../i/news.png) 50% 50% no-repeat;
}