.informations-content.summernote-content {
    /*padding: .5em 2.2em;*/
    /*margin-top: 2em;*/
    /*scale: 1.04;*/
    font-size: 1.01em;
}

@media only screen and (min-width: 1400px) {
    .informations-content.summernote-content {
        /*padding: 1em 2.4em;*/
        /*scale: 1.03;*/
    }
}

.fullscreen .note-handle > .note-control-selection {
    z-index: 999;
    margin-left: 0%;
}
@media only screen and (min-width: 993px) {
    .fullscreen .note-handle > .note-control-selection {
        margin-left: 5%;
}
@media only screen and (min-width: 1200px) {
    }    .fullscreen .note-handle > .note-control-selection {
        margin-left: 10%;
    }
}