.video-thumb .img-fluid{object-fit: cover; height: 100%; width: 100%;}
.postVideoModalDiv {z-index: 9999;}
.postsList .row > div.video-thumb {padding: 1px;margin: 0 !important; aspect-ratio:1;}
.postsList .row {margin: 0 -16px;}
.postsList .row > div.monthYear {border: 0;font-size: 22px;margin: 25px 0 10px;     border-bottom: 1px solid #767676;
    margin-bottom: 12px;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 5px;}
.postsList .row > div.monthYear:first-child {margin-top: 0;}
.postsList .row > div.video-thumb > a,
.postsList .row > .video-thumb .locked-post{display: block;position: relative;}
.postsList .row > div.video-thumb > a:after,
.postsList .row > .video-thumb .locked-post:after{content: '';position: absolute;width: 45px;height: 45px;background: #000;left: 0;right: 0;top: 0;bottom: 0;margin: auto;border-radius: 100%;opacity: .5;}
.postsList .row > div.video-thumb > a:before,
.postsList .row > .video-thumb .locked-post:before{content: '';position: absolute;width: 18px;height: 20px;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 16px solid #fff;left: 7px;right: 0;top: 0;bottom: 0;margin: auto;z-index: 1;}

.postsList .row > div.video-thumb > a, .postsList .row > div.video-thumb > a > .locked-post {
    height: 100%;
}

.postsList .row > div.video-thumb > a > .locked-post:after, .postsList .row > div.video-thumb > a > .locked-post:before {
    display: none;
}

@media (max-width:767px){
    .postsList .row > div.monthYear {font-size: 14px; margin-bottom: 12px;}
    .postsList .row > div.video-thumb > a:before,
    .postsList .row > .video-thumb .locked-post:before{width: 18px;height: 20px;border-top: 11px solid transparent;border-bottom: 11px solid transparent;border-left: 17px solid #fff;left: 7px;transform: scale(.65);}
    .postsList .row > div.video-thumb > a:after,
    .postsList .row > .video-thumb .locked-post:after{width: 35px;height: 35px;}
    .postsList .row > div.video-thumb > a,.postsList .row > div.video-thumb > a > .locked-post {height: 100%; }
    .postsList .row > .video-thumb .locked-post {padding: 15px !important; }
    .postsList .row > .video-thumb .locked-post svg.fa-video {width: 70px; height: 60px; }
    .postsList .row > .video-thumb .locked-post {height: 100%;}
}
@media (max-width: 575px){
    .postsList .row > .video-thumb .locked-post svg.fa-video {width: 60px;height: 50px;}
    .postsList .row > .video-thumb .locked-post h1.display-2 {font-size: inherit;line-height: normal;width: 100%;}
    .postsList .row > .video-thumb .locked-post {padding: 10px !important;display: flex;flex-wrap: wrap;align-items: center;justify-content: center; width: 100%;}
}

