.clear-fix:before,
.clear-fix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.clear-fix:after {
  clear: both;
}