@mixin clearfix() {
    content     : '';
    display     : table;
    clear       : both;
    min-height  : 0;
    overflow    : hidden;
    display     : block;
}
