span {
opacity: 0;
@include transition(0.6s opacity);
width: 100%;
height: 100%;
font: $font_regular;
color: $white;
display: block;
text-align: center;
padding: 40% 0 0;
&:hover {
background: rgba(0,0,0,0.8);
opacity: 1;
}
}
span {
opacity: 0;
@include transition(0.6s opacity);
width: 100%;
height: 100%;
font: $font_regular;
color: $white;
display: block;
text-align: center;
padding: 40% 0 0;
&:hover {
background: rgba(0,0,0,0.8);
opacity: 1;
@include transition(0.6s opacity);
}
}