div.ccm-block-feature-home-page-wedo-thumbnail-hover {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

div.ccm-block-feature-home-page-wedo-thumbnail a {
    position: relative;
    display: block;
}

div.ccm-block-feature-home-page-wedo-thumbnail-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
}

div.ccm-block-feature-home-page-wedo-thumbnail a:hover
div.ccm-block-feature-home-page-wedo-thumbnail-hover {
    opacity: 1;
}

div.ccm-block-feature-home-page-wedo-thumbnail-title-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

div.ccm-block-feature-home-page-wedo-thumbnail-title {
    display: table-cell;
    width: 100%;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

div.ccm-block-feature-home-page-wedo-thumbnail-title i {
    //display: none;
}

