.li-widgets--content-slider {
  background-color: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.li-widgets--content-slider__wrapper {
  width: 100%;
}
.li-widgets--content-slider__content {
  background-color: white;
}
.li-widgets--content-slider__btnprev {
  background-image: none;
  left: 0px;
  top: 100%;
  margin: 0;
}
.li-widgets--content-slider__btnnext {
  background-image: none;
  position: absolute;
  left: 35px;
  top: 100%;
  margin: 0;
}
.li-widgets--content-slider__btninactive {
  opacity: 0;
}


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