.thumbText{
    position: absolute;
    top: 0;
    background-color:rgba(255,255,255,0.8);
    width: 204px;
    height: 204px;
    text-align: center;
    padding: 20px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.thumbText:hover {
    opacity:1;
}



.thumbTitle {
    font-weight: 800;
    padding: 0 0 10px;
}

.descTitle {
    font-weight: 700;
    padding-bottom:20px;

}

.descBody{
    padding-bottom:40px;
}
