.calculator-iframes .iframe-wrapper {
  min-height: 600px;
}
.calculator-iframes .iframe-wrapper iframe {
  width: 100% !important;
  min-width: 100%;
  min-height: 100%;
  height: 100% !important;
  position: absolute;
  top: 0px;
  left: 5px;
  bottom: 0px;
  right: 5px;
  border: none;
  margin: 0;
  padding: 0;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important;
  z-index: 999999;
}
.calculator-iframes .iframe-wrapper iframe ::-webkit-scrollbar {
  -webkit-appearance: none;
}
.calculator-iframes .iframe-wrapper iframe ::-webkit-scrollbar:vertical {
  width: 12px;
}
.calculator-iframes .iframe-wrapper iframe ::-webkit-scrollbar:horizontal {
  height: 12px;
}
.calculator-iframes .iframe-wrapper iframe ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #fff;
}
.calculator-iframes .iframe-wrapper iframe ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}