/* Wide-image featured image height */
.wp-block-post-featured-image {
height: 58vh !important;
min-height: 420px !important;
max-height: 620px !important;
overflow: hidden !important;
}
.wp-block-post-featured-image a,
.wp-block-post-featured-image img {
display: block !important;
width: 100% !important;
height: 100% !important;
}
.wp-block-post-featured-image img {
object-fit: cover !important;
object-position: center center !important;
}


