a:after {
content: "";
background: url(../images/plus.png) no-repeat center center;
color: #000000;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
text-align: center;
line-height: 50px;
margin: 0 auto;
top: 0;
opacity: 0;
transition: .4s;
}
a:hover:after {
opacity: 1;
transition: .4s;
}