.wthp {
    margin-bottom: 0;
}

.wysiwyg a.mi_survey_skip,
.wysiwyg a.mi_survey_resume {
    color: #313131;
}

.mi_survey_hidden {
    display: none !important;
}

.mi_survey_embed p {
    margin-bottom: 20px !important;
    font-size: 1.8rem !important;
}

.mi_survey_embed,
.mi_survey_embed iframe {
    width: 100%;
}

.smcx-widget {
    border: none !important;
}

.mi_survey_embed .smcx-widget .smcx-iframe-container {
    height: 700px !important;
}

.mi_survey_frame {
    border: none;
    height: 950px;
}

@media only screen and (max-width: 599px) {
    .mi_survey_question {
        width: auto;
        text-align: center;
    }

    .mi_survey_embed {
        margin: 0;
    }

    .mi_survey_embed .smcx-embed {
        height: 735px !important;
    }

    .mi_survey_embed .smcx-widget .smcx-iframe-container {
        height: 840px !important;
    }
}