.slider-2-wrapper {

  height: 100%;
  height: 400px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;

}

.slide-2-item {

  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;

}

.slider-2__trigger-left {

  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url('../../../images/icons/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -12.5px;
  left: 20px;
  z-index: 99;

}

.slider-2__trigger-right {

  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url('../../../images/icons/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -12.5px;
  left: 100%;
  margin-left: -45px;

}

.slick-list,
.slick-track {

  height: 100%;

}
