.ezbh-wrapper * {
  box-sizing: border-box;
}

/**
  clearfix
**/
.ezbh-clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.ezbh-clear {
  display: inline-block;
}
 html[xmlns] .ezbh-clear {
  display: block;
}
 * html .ezbh-clear {
  height: 1%;
}