.td_module_flex_custom.td_module_wrap {
    padding-bottom: 0;
}
.td_module_flex_custom .td-module-container {
    position: relative;
}
.td_module_flex_custom .td-module-thumb {
    /*margin-bottom: 0;*/
    overflow: hidden;
}
.td_module_flex_custom .td-image-wrap {
    display: block;
    height: 100%;
}
.td_module_flex_custom .td-thumb-css {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}
.td_module_flex_custom .td-module-meta-info {
    position: absolute;
    background-color: rgba(9, 8, 9, 0.39);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: table;
    text-align: center;
    width: 100%;
    padding: 10px 20px;
}
.td_module_wrap.td_module_flex_custom .entry-title {
    font-size: 27px;
    font-weight: 500;
    line-height: 34px;
}
.td_module_flex_custom .entry-title a {
    color: #fff;
}