.vcoverlay ul.productlist {
  list-style: disc;
  margin-left: 40px;
}
.iframe header .wrapper {
  height: 0;
  padding-bottom: 0;
}
.iframe .branding {
  visibility: hidden;
}
.iframe .pagetitle-accent {
  position: relative;
  top: -10px;
  z-index: -1;
}
.iframe .pagetitle-accent .pagetitle {
  height: 75px;
  margin-bottom: -10px;
}
.iframe #viscon-stage {
  height: calc(100vH - 75px);
}
.iframe .vchint,
.iframe .vcoverlay {
  top: 45%;
}
@media (max-width: 822px) {
  .iframe .structure-mobile-expand {
    top: 75px;
  }
}
@media (max-width: 495px) {
  .iframe .vcmodal,
  .iframe div .structure-info.mobile-view,
  .iframe .vcoverlay {
    top: -75px;
  }
  .iframe .structure-mobile-expand {
    top: unset;
  }
}
