.mallFloat {
    position: fixed;
    left: 0px;
    top: 128px;
    z-index: 10001;
}
#questionnaire {
    position: fixed;
    display: table;
    z-index: 200;
    top: 70%;
    right: 0;
    width: 50%;
}
@media screen and (min-height: 569px ) {
    #questionnaire {
        top: 82%;
    }
}