Make image full width

Use the following CSS to target only the banner image on single posts:

body.sinlge .size-banner-image {
    width:100%;
}

This will only work if your <div class="container"> element is not restricted in its width, else the banner will only stretch to the container width.