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

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

.nw-navtree-singleimage {
  max-width: 600px;
}
  
.nw-sub-navtreeholder { 
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  justify-content: center;
  display: none;
  overflow: auto;
  margin: 0 auto;
  box-shadow: $navtreecontainer-box-shadow;
  width: 100%;
  min-height: 130px;
  max-height: calc(100vh - 131px);
  padding-top: 1px;
  background-color: $header-desktop-navtree-background;
  
  &.is-active {
    display: flex;
  }
}
  
.nw-navlist-container {
  display: flex;
  margin: 0 0 auto;
  max-width: $body-maxwidth;
}
