﻿.deferred-calculator {
  width: 100%;
  overflow: scroll;
  height: 2212px;
  border: none; /* remove default iframe border that some browsers add */
}

@media (min-width: 1024px) {
  .deferred-calculator {
    height: 862px;   
  }
}
