.item-views.table .item .title {
    text-align: center!important;
}

.icon-play:before {
    content: "\f01d";
}

.overlay:before {
    font-family: FontAwesome;
    font-size: 40px;
    color: #e8c2b8;
    left: 50%;
    line-height: 1;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 38%;
    width: 40px;
}

.item-views.table .item a:hover .overlay:before {	
    color: #a6280f;	
}