.hentry.no-thumbnail {
 background: #777;
 opacity: 1; 
}

.hentry.no-thumbnail:hover {
 background: #444;
}
.hentry .thumbnail-title {
        color: #fff;
        font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
        font-size: 32px;
        font-size: 3.2rem;
        font-style: italic;
        line-height: 32px;
        overflow: hidden;
        position: absolute;
                top: 50%;
                left: 50%;
        text-align: center;
        text-shadow: 0 0 2px rgba(0,0,0,.4);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        vertical-align: middle;
        word-wrap: break-word;
        width: 180px;
}