/* Disable hover title overlays in Codevz/XTRA post grids */
.cz_posts .cz_grid_item .cz_title,
.cz_posts .cz_grid_item .cz_grid_title {
    display: none !important;
}