.post-cover {
    height: 350px;
    width: 100%;
    position: relative;
}

.carousel {
    height: 100%;
}

.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-item img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

/* content time */

.post-content {

}