.post-overlat-style-3-v1 .vc_posts-wrapper {
    grid-template-columns: repeat(4, 1fr);
}
.post-overlat-style-3-v1 .vc_posts-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 50% 50%;
}

.post-overlat-style-3-v1 .vcps-item {
    position: relative;
    background-size: cover;
    min-height: 190px;
    padding: 15px;
}
.post-overlat-style-3-v1 .overlay-vcps {
    background: linear-gradient(to bottom,#0000 0,#0000 0,#000000e6 100%);
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.post-overlat-style-3-v1 .vcps-info h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  position: absolute;
  bottom: 15px;
  color: #FFF;
  padding-right: 15px;
  left: 15px;
}
.post-overlat-style-3-v1 .vcps-info a {
    color: #FFF;
    position: relative;
    z-index: 1;
    font-size: 22px;
}
