@import '../settings/variables';
@import '../tools/mixins/gutter';

.o-overlapping {
  &--top {
    margin-top: $overlapping-depth;
  }
}
