/* Open state on .active */

.section_testimonials.active .testimonials_layout {
  transition: height 300ms ease;
  overflow: hidden;
  height: auto;
}

.section_testimonials.active .testimonials_overlay.bottom {
  opacity: 0;
}

/* Button labels display */

.section_testimonials .btn_text_contain.active {
  display: none;
}

.section_testimonials.active .btn_text_contain {
  display: none;
}

.section_testimonials.active .btn_text_contain.active {
  display: block;
}
