a.darken {
    display: inline-block;
    background: black;
    padding: 0;
}

a.darken:hover img {
    opacity: 0.5;

}