.post-overlay-style-8-v1 .vc_posts-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100%;
}
/*
.post-overlay-style-8-v1 .vcps-item {
    position: relative;
    background-size: cover;
    background-position: top center;
} */
.post-overlay-style-8-v1 .vcps-item {
    min-height: 190px;
    overflow: hidden;
    max-height: 190px;
}
.post-overlay-style-8-v1 .vcps-item img {
    min-height: 190px;
    max-height: 190px;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all .5s ease!important;
    -moz-transition: all .5s ease!important;
    -ms-transition: all .5s ease!important;
    -o-transition: all .5s ease!important;
    transition: all .5s ease!important;
}
.post-overlay-style-8-v1 .vcps-item:hover img {
    transform: scale(1.1);
}
.post-overlay-style-8-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-overlay-style-8-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: 25px;
  color: #FFF;
  padding-right: 15px;
  left: 15px;
}
.post-overlay-style-8-v1 .vcps-info a {
    color: #FFF;
    position: relative;
    z-index: 1;
    font-size: 22px;
}
