.nw-navtreev2-imagecontainer {
  margin: auto 0;
  background-color: $header-desktop-navtree-background;
  font-size: 0; // stylelint-disable-line
}

.nw-navtreev2-image {
  max-height: 250px;
}

.nw-navtreev2-singleimage {
  max-width: 600px;
}
  
.nw-navlist-wrapper {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  display: none;
  overflow: auto;
  margin: 0 auto;
  box-shadow: $navtreecontainer-box-shadow;
  width: 100%;
  min-height: 170px;
  max-height: calc(100vh - 171px);
  padding-top: 1px;
  background-color: $header-desktop-navtree-background;
  
  &.is-active {
    display: block;
  }
}

.nw-sub-navtreeholder2 {
  justify-content: center;
  display: flex;
  width: 100%;
}

.nw-navlist-container {
  display: flex;
  margin: 0 0 auto;
  max-width: $body-maxwidth;
}

.nw-sub-navbuttoncontainer {
  justify-content: center;
  display: flex;
  width: 100%;
  font-size: $font-size-xs;
}
