#duo_iframe {
    width: 100%;
    min-width: 304px;
    max-width: 620px;
    height: 400px;
    background: transparent;
    border: none;
}

@media only screen and (max-device-width: 533px) {
    #duo_iframe {
        height: 500px;
    } 
}
