body {
  overflow: hidden;
  width: 100vw;
  padding: 0;
}

.iframe-wrapper {
  min-width: 100vw;
  overflow-x:auto;
  overflow-y: auto;
  position: relative;
  border: none;
  height: calc(100vh - 167px);
}

iframe#page_iframe {
  position: absolute;
  min-width: 100%;
  height: 100%;
  min-height: calc(100% + 100px);
  top: -55px;
  border: none;
  clip-path: inset(55px 20px 0 0);
}

div.footer.container {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 13px 60px;
  min-width: 100vw;
}

.footer.container .row {
  margin: 0;
}
