/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
.brxe-content-more__body {
  overflow: hidden;
  transition: all 0.3s;
}
.brxe-content-more__button {
  margin-top: 12px;
}
.brxe-content-more__button--more {
  display: block;
}
.brxe-content-more__button--less {
  display: none;
}
.brxe-content-more.show .brxe-content-more__button--more {
  display: none;
}
.brxe-content-more.show .brxe-content-more__button--less {
  display: block;
}

/*# sourceMappingURL=styles.css.map */
