.wp-block-posts_carousel {
    overflow-y: hidden;
}
.wp-block-posts_carousel .post-slide {
    box-sizing: content-box;
    text-align: left;
    margin: 10px;
    opacity:0.6;
}
.wp-block-posts_carousel .post-slide.slick-active {
    opacity:1;
}
.wp-block-posts_carousel .slick-list div {
    height: auto;
}
.wp-block-posts_carousel .post-slide h4 a {
    color: #000;
    text-decoration: none;
}
.wp-block-posts_carousel .post-slide figure {
    margin-bottom:15px;
}
.wp-block-posts_carousel .post-slide .thumbnail {
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
}
.wp-block-posts_carousel .post-slide .has-arrow a::after {
    margin-left:0;
}

/*============ Screen sizes up to 992px ============*/
@media screen and (max-width:992px) {
    .wp-block-posts_carousel .post-slide .thumbnail {
        height: 150px;
    }
}

/*============ Screen sizes up to 768px ============*/
@media screen and (max-width:768px) {
    .wp-block-posts_carousel .post-slide .thumbnail {
        height: 100px;
    }
}