.entry-content{
width: 40%;
}

.featured-image img {
    max-height: 75vh;
    width: auto;
    margin: 0 auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* Optional: Adds a subtle gallery-depth effect */
}

/* Ensure the title of the piece (News/Portfolio title) stays close to the image */
.post-header {
    margin-top: 30px;
    text-align: center;
}