div.ccm-block-page-list-page-entry-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-page-list-page-entry-wedo-thumbnail a {
    position: relative;
    display: table;
}

div.ccm-block-page-list-page-entry-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-page-list-page-entry-wedo-thumbnail a:hover div.ccm-block-page-list-page-entry-wedo-thumbnail-hover {
    opacity: 1;
}

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

div.ccm-block-page-list-page-entry-wedo-thumbnail-title {
    display: table-cell;
    width: 100%;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

div.ccm-block-page-list-page-entry-wedo-thumbnail-title i {
    display: none;
}
/*
div.ccm-block-page-list-page-entry-grid-item.wedo-list {
    added extra class
    width: 50%;
    @media (max-width: @screen-xs-max) {
        width: 100%;
    }
}
div.ccm-block-page-list-page-entry-grid-item.wedo-list img {
    height: 100% !important;
}*/
}
