/*
Hide the image icon in the tinymce editor.
The image addon need to be loaded and that's why we're hiding the icon instead of excluding the image add-on in the tinymce config.
*/
#mceu_21{
    display:none
}