}

.container {
  max-width: 800px;
  padding: 0 20px;
  margin: 150px auto;
}

.dynamic-wrap {
  -webkit-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out; 
  width: 100%;
  overflow: hidden;
  position: relative;
}

.height-active .dynamic-wrap:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0;
  height: 30px;

}

.dynamic-max-height.height-active .dynamic-show-more { display: inline-block; }

.dynamic-max-height .dynamic-show-more {
  display: none;
  margin-top: 20px;
}
