@mixin negative-margin($size) {
    width: calc(100% + #{$size} * 2);
    margin-left: calc(#{$size} * -1);
    margin-right: calc(#{$size} * -1);
}
