.feature-slider {
  padding: 30px 0 40px;
  margin-bottom: 30px;
}
.feature-slider img {
  width: 100%;
}
.feature-slider .slick-next,
.feature-slider .slick-prev {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: unset;
  text-indent: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  transform: none;
}
.feature-slider .slick-next::before,
.feature-slider .slick-prev::before {
  display: none;
}
.feature-slider .slick-next {
  right: 0;
  bottom: 0;
  z-index: 100;
  background-image: url(https://full-marks.com/cms/wp-content/themes/fullmarks/img/ico-next.png);
}
.feature-slider .slick-prev {
  left: auto;
  right: 40px;
  bottom: 0;
  z-index: 100;
  background-image: url(https://full-marks.com/cms/wp-content/themes/fullmarks/img/ico-prev.png);
}
.feature-slider .slick-list {
  margin: 0 -5px;
}
.feature-slider .slick-slide {
  margin: 0 5px;
}/*# sourceMappingURL=feature-slider.css.map */