/* Medium featured image for single posts */
.single-post .wp-block-featured-image img {
    width: 50%;         /* medium size */
    max-width: 600px;   /* maximum width */
    height: auto;       /* keep aspect ratio */
    display: block;
    margin: 0 auto;     /* center horizontally */
}
}
