/* Remove iframe button in RTE */
.cke_toolgroup a.cke_button__iframe{
  display:none;
}

