.data-recovery-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

/* Desktop default */
#referralIframe {
    width: 100%;
    max-width: 1024px;
    height: 1164px;
    border: none;
}

/* Tablet */
@media screen and (max-width: 1024px) {
    #referralIframe {
        max-width: 768px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    #referralIframe {
        max-width: 375px;
    }
}