show-more .hidden {
  display: none;
}

show-more.visible .hidden {
  display: block;
}