.simple-slider {
  position: relative;
}
.simple-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity ease 0.4s;
  will-change: opacity;
}
.simple-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.simple-slider__item.__active {
  opacity: 1;
}

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