Make image full width, overflowing container
.wide_image { position: relative; left: -50vw; width: 100vw; margin-bottom: 20px; margin-left: 50%; overflow: hidden; } .wide_image img { width: 100%; height: auto; }