.bb-megamenu-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  width: 100%;
  display: none;
  z-index: 1000;
}
.menu-item:hover > .bb-megamenu-wrapper {
  display: block;
}
