.posts-grid .post-grid-single-unit {
    max-width: 100%;
}

.posts-grid .post-grid-single-unit .image:not(.advert) img {
    max-height: 181px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .posts-grid .post-grid-single-unit .image:not(.advert) img {
        max-height: 100%;
    }
}

.posts-grid.date_labeled .post-grid-single-unit {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .posts-grid.date_labeled .post-grid-single-unit {
        margin: 0 0 30px;
    }
}

@media (max-width: 450px) {
    .posts-grid.date_labeled .post-grid-single-unit {
        margin-bottom: 40px;
    }
}

.posts-grid.date_labeled .post-grid-single-unit .img {
    display: block;
    overflow: hidden;
    position: relative;
}

.posts-grid.date_labeled .post-grid-single-unit .img img {
    display: block;
    width: 100%;
    max-height: 181px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .posts-grid.date_labeled .post-grid-single-unit .img img {
        max-height: 100%;
    }
}

.posts-grid.date_labeled .post-grid-single-unit .img .date {
    display: flex;
    width: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 20px;
    background: #cc6119;
    padding: 9px 10px 5px;
}

.posts-grid.date_labeled .post-grid-single-unit .img .date .day {
    font-size: 24px;
    line-height: 20px;
    color: #ffffff;
}

.posts-grid.date_labeled .post-grid-single-unit .img .date .month {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}

.posts-grid.date_labeled .post-grid-single-unit .img .date:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    border-top: 13px solid #cc6119;
    border-right: 50px solid transparent;
}

.posts-grid.date_labeled .post-grid-single-unit .img .sticky-post {
    left: auto;
    right: -90px;
    transform: rotate(45deg);
    backface-visibility: hidden;
    z-index: 200;
}

.posts-grid.date_labeled .post-grid-single-unit:hover .img img {
    opacity: 0.8;
}

.posts-grid.date_labeled a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.posts-grid.date_labeled h4 {
    text-transform: uppercase;
    margin-top: 26px;
    line-height: 24px;
}

.posts-grid.date_labeled .excerpt {
    transition: color 0.2s ease-in-out;
}