.stm_widget_posts__video_label {
    display: none;
}

.stm_widget_posts.style_5 > ul {
    padding-left: 0;
}

.stm_widget_posts.style_5 > ul li {
    margin-bottom: 27px !important;
    position: relative;
    padding: 0;
}

.stm_widget_posts.style_5 > ul li > a {
    display: -ms-flexbox;
    display: flex;
}

.stm_widget_posts.style_5 > ul li img {
    -ms-flex: 48px;
    flex: 48px;
    width: 48px;
    height: 48px;
    border-radius: 5px;
}

.stm_widget_posts.style_5 > ul li .post-date {
    -ms-flex-order: 10;
    order: 10;
    line-height: 1 !important;
    margin-bottom: 3px;
    font-size: 13px;
}

.stm_widget_posts.style_5 > ul li .stm_widget_posts__title {
    -ms-flex-order: 20;
    order: 20;
    color: #fff !important;
    font-size: 13px;
    line-height: 18px !important;
}

.stm_widget_posts.style_5 > ul li .stm_widget_posts__wrapper {
    margin-top: -1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 12px;
}