.slick-list {
  width: 100%;
  height: 100%;
}

.slick-track {
  width: 100%;
  height: 100%;
}
.slick-dots {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-slide-dots {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-dots li,
.sp-slide-dots li {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0 15px;
  width: 15px;
  height: 15px;
}

.slick-dots li button,
.sp-slide-dots li button {
  position: relative;
  text-indent: -9999px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.45);
}

.slick-dots .slick-active button,
.sp-slide-dots .slick-active button {
  background-color: #fff;
}
