div#content h4 {
  position: static;
  padding: 0em;
  box-shadow: none;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}

div#content h4::after {
  content:none;
}

