.podcast_questions_page {
    width: 100%;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.podcast_questions_frame {
    width: 1000px;
    padding-top: 120px;
    margin-bottom: 80px;
}
.podcast_questions_frame iframe {
    width: 100%;
    height: 1000px;
}

@media only screen and (max-width: 620px) {

    .podcast_questions_page {
        margin-top: 10px;
    }

    .podcast_questions_frame {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .podcast_questions_frame iframe {
        width: 100%;
        height: 600px;
    }

}