.content-block-component {
  overflow: hidden;
  max-height: 0px;
  visibility: hidden;
}
.content-block-component.active {
  overflow: visible;
  max-height: none;
  visibility: visible;
}
