.news-detail img {
    width: 100%;       /* past de afbeelding aan de container aan */
    height: auto;      /* behoudt verhouding */
    max-height: 400px; /* voorkom dat afbeelding te groot wordt */
    display: block;
    margin: 0 auto;    /* centreren */
}