* .nhautoiframe {
  display: flex;
}

* .nhautoiframe iframe {
  border: none;
  min-width: 100%;
  height: calc(100vh - 167px);
}

@media (min-width: 992px) {
  * .nhautoiframe iframe {
    height: calc(100vh + 190px);
  }
}

body.page-template-iframe-template {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

body.page-template-iframe-template::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
  display: none;
  /* Safari and Chrome */
}

body.page-template-iframe-template::-webkit-scrollbar-thumb {
  background: transparent;
}

