.hide {
    position: absolute;
    top: -500px;
    left: -500px;
    width: 0;
    height: 0;
    overflow: hidden;
}
.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

