/* Calculator Responsive Container */
.calc-iframe-wrapper {
    height: 100%;
    overflow: hidden;
    /* padding-top: 56.25%; */
    position: relative;
}

.allsup_ssdi_calc_iframe{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}