/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 21 2026 | 02:27:37 */
.post-thumbnail img,
.wp-post-image {
    width: 100%;            /* adjust width as needed */
    max-width: 1200px;      /* optional: cap the maximum size */
    height: auto;          /* maintain aspect ratio */
    display: block;        /* needed for centering */
    margin: 0 auto;   /* top:0, left/right:auto, bottom:40px */
}