#kreditz-box {
  max-height: 100vh;
  max-height: 100dvh;
}
@media screen and (max-width: 768px) {
  #kreditz-box {
    overflow: hidden;
  }
}

#kreditz-box .lic-mbox-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#kreditz-box .lic-mbox-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 !important;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #kreditz-box .lic-mbox-container {
    padding-bottom: calc(20px + env(safe-area-inset-bottom)) !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  #kreditz-box .multibox-content {
    max-height: 100dvh !important;
  }
}

#kreditz_iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 768px) {
  #kreditz_iframe {
    height: 100% !important;
  }
}