header nav > .menu li .menu-wrapper {
  position: fixed;
  z-index: -1;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  display: flex !important;
  justify-content: center;
  top: 70px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10%);
  transition: all .3s;
  padding: 0 40px;
  max-width: 1320px;
}
body.role--authenticated header nav > .menu li .menu-wrapper{
  top: 140px;
}

header nav > .menu li:hover .menu-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .paragraph--view-mode--left-text-right-image .text_with_image__image,
  .paragraph--view-mode--left-image-right-text .text_with_image__image {
    opacity: 1 !important;
  }

  .paragraph--view-mode--left-text-right-image .text_with_image__image img,
  .paragraph--view-mode--left-image-right-text .text_with_image__image img {
    position: static !important;
  }

  .scroller-wrapper {
    bottom: 54px !important;
  }

  .tg--chevron-left.tg--home-hero-feature {
    background-position-y: 100% !important;
  }
}