
    a.stretch {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

                a.stretch:hover {
                background-color: #000;
                opacity: 0.3;
            }

