.tlbs-slider-container {
  display: block;
  .tlbs-slider {
    .t-slider__button {
      transition: none;
      transform: scale(1);
      &:after {
        content: attr(model-value);
        position: relative;
        top: 20px
      }
    }
  }
}
