/** * Wrapper of the main body * (between the header and the footer) */ .c-body { @include z(z-body); position: relative; overflow: hidden; } .c-body { > *:first-child { margin-top: 0; } }