.img-box
{
    background: #ddd;
    display: block;
    font-size: 22px;
    text-decoration: none;
    padding-bottom: 20px;
    color: #000;
}

.img-box:hover
{
    background: #000;
    color: #fff;
}
.img-box img{padding-bottom: 20px};