.questionnaire-floating-banner {
    position: absolute;
    right: 4%;
    bottom: -100px;
    z-index: 10;
    width: 236px;
}

.questionnaire-back-to-up {
    width: 244px;
}

#pagetop {
    width: 312px !important;
}

@media screen and (max-width: 480px) {
    .questionnaire-floating-banner {
        position: absolute;
        right: 2%;
        bottom: -100px;
        z-index: 10;
        width: 130px;
    }

    .questionnaire-back-to-up {
        width: 210px;
    }

    #pagetop {
        width: 270px !important;
    }

    #pagetop button {
        width: 60px !important;
        height: 60px !important;
    }
}
