.cmm-mega-menu {
  position: absolute;
  width: 100%;
  background: #fff;
  display: none;
}

.menu-item:hover .cmm-mega-menu {
  display: flex;
}