.menu>li.has-mega-menu .mega-menu {
    width: 100%;
}
.mega-menu__column>a{
  display:flex;
}
.mega-menu-wrapper .mega-menu__column[style]{
    position:static !important;
 }
.header ul{
  position:relative;
}
.menu>li.has-mega-menu,.menu>li.menu-item-has-children {
	position: static !important;
}
.mega-menu-wrapper{
	max-height: fit-content;
    overflow-y: visible;
  	display:contents;
}