.posts-grid div {
    margin-bottom: 10px;
}
.posts-grid .lp-blog-list-v2 {
    position: relative;
    display: block;
}
.posts-grid .lp-blog-list-v2 .thumbnail{
    pointer-events: none;
    overflow: hidden;
    padding: 0px;
    border-radius: 0px;
    background-size: cover;
    height: 170px;
}
.posts-grid .lp-blog-list-v2 .foreground{
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.posts-grid .lp-blog-list-v2 .thumbnail ~ p{
    position: absolute;
    bottom: 30px;
    left: 12px;
    right: 12px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}

.posts-grid .lp-blog-list-v2 span{
    pointer-events: none;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 12px;
}

.posts-grid .lp-blog-list-v2 span span{
    color: #fff;
    font-size: 19px;
}