.full {
width: 100vw;
position: relative;
margin-left: -50vw;
left: 50%;
margin-bottom: 30px;
}
position:relative;
&:before,
&:after{
content:'';
position: absolute;
background:inherit;
display: block;
top:0;
bottom: 0;
width: 100%;
}
&:before{
right: 100%;
}
&:after{
left: 100%;
}