.blog-sticky-posts .blog-sticky-posts-2 .card-img{
    object-fit: cover;
    width: 100%;
}

.blog-sticky-posts .blog-sticky-posts-2 .card-img{
    height:263px;
}

.blog-sticky-posts .blog-sticky-posts-3 .card-img,
.blog-sticky-posts .blog-sticky-posts-4 .card-img{
    height:180px;
}

.blog-sticky-posts .blog-sticky-posts-1 .card-img,
.blog-sticky-posts .blog-sticky-posts-5 .card-img{
    height:450px;
}

.post-item-overlay{
    position:relative;
    overflow: hidden;
}

.post-item-overlay .card-img-overlay{
    background-image: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
}

.post-item-overlay .post-item-overlay-content{
    color: #ffffff;
}

.post-item-overlay .post-item--date{
    width: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    right: auto;
    bottom: auto;
    line-height: 1.2;
    color: var(--bs-primary, #fff);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    text-align: center;
}

.post-item-overlay .post-item--meta{
    color: #ccc;
}

.post-item-overlay .card-img{
    transition: all ease 0.3s;
}

.post-item-overlay:hover .card-img{
    transform: scale(1.05);
}