@media (max-width: 991px) {
    .post-card-content {
        padding: 1rem 1.5rem;
    }

    .post-card-content-img > img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        /*max-height: 15rem;*/
    }
}

@media (min-width: 992px) {

    .post-card-content {
        padding: 1rem 2rem 1rem 0;
    }


    .post-card-content-img > img {
        border-top-left-radius: 5px;
    }

}

.post-card > .card-body {
    padding: 0;
}

.post-card-content-img > img {
     height: 10rem;
}

.post-card-content-img > span {
    position: absolute;
    top: 5px;
    left: 5px;
    max-width: 8rem;
}
