.clear {
    clear: both;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
    line-height: 0px;
    font-size: 0px;
    visibility: hidden;
}
