1.fullwidth {
2 position: relative;
3 width: 100%;
4 }
5.bg-left {
6 background: #000;
7 left: 0;
8 top: 0;
9 bottom: 0;
10 position: absolute;
11 width: 50%;
12}
13.bg-right {
14 right: 0;
15 top: 0;
16 bottom: 0;
17 background: #ddd;
18 position: absolute;
19 width: 50%;
20}