.custom-megamenu-content {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 9999;
  width: 100vw;
  left: 0;
  padding: 0;
  box-sizing: border-box;
}

.custom-megamenu-inner {
  padding: 20px;
}

.menu-item:hover .custom-megamenu-content {
  display: block;
}

.custom-megamenu-inner * {
  max-width: 100%;
  box-sizing: border-box;
}
.megamenu-cta a {
  color: #000;
  text-decoration: none;
}
p.megamenu-cta {
  width: 200px;
  border: 1px solid;
  padding: 10px;
  text-align: center;
}
.two-column-layout .right-column img {
  object-fit: cover;
  height: 500px;
}
