.c-modal-dialog .consultation .ewm {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 100px;
}

@media only screen and (max-width: 640px) {
    .c-modal-dialog .consultation .ewm {
        display: none;
    }
}