madseason
5/25/2017 - 10:38 AM

From https://stackoverflow.com/questions/28565976/css-how-to-overflow-from-div-to-full-width-of-screen

.inner-but-full {
   margin-left: calc(-50vw + 50%);
   margin-right: calc(-50vw + 50%);
}