#iframe {
    width: 100%;
    height: 900px;
}
@media screen and (max-width: 965px) {
    #iframe {
        height: 2000px;
    }
}
