@mixin fillSpace {
  overflow: initial;
  &:after {
    clear: both;
    content: ' ';
    display: block;
  }
}
