@mixin reset-float {
  float: none;
  clear: both;
  display: block;
}
