If you don't want the horizontal scrollbar and you don't mind voodoo, try this:
.row-full { width: 99.225vw; position: relative; margin-left: -49.59vw; left: 50%; }
If you don't want the horizontal scrollbar and you don't mind voodoo, try this:
.row-full {
width: 99.225vw;
position: relative;
margin-left: -49.59vw;
left: 50%;
}