.post-image .img-sizethumbnail-extra-post {
    width: 100% !important;
    object-fit: cover !important;
}

.news_block_posts .image-wrap .img-on-blur {
    width: auto !important;
    z-index: 2;
    position: relative !important;
    height: 150px !important;
    display: block !important;
}
    
.news_block_posts figure {
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news_block_posts .wp-caption {
    display: contents !important;
}

.news_block_posts .related-posts .image-wrap a{
    display:contents !important;
}

.post-image .img-on-blur {
    width: auto !important;
    max-width: 100% !important;
    z-index: 2;
    position: relative !important;
    /* height: 150px !important; */
    display: block;
    margin: 0 auto;
}

.post-image figure {
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content .block img.img-responsive {

    height: 100%;

}

.single-post figure .wp-caption-text {
	margin-left:12%;
	margin-right:12%;
}

.post-image-small figure {
    margin: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post-image-small {
    position: relative;
}

.post-image-small .img-on-blur {
    width: auto !important;
    max-width: 100% !important;
    z-index: 2;
    position: absolute !important;
    /* height: 150px !important; */
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
}

.block-underlined .post-image-small {
    height: 150px !important;
}