.view-more-content .content {
  overflow: hidden;
}
.view-more-content .content.opened {
  overflow: visible;
  max-height: unset !important;
}
