/* Additional Breakpoints */
/*
* Colors
*/
/*
* Transitions
*/
/*
* Layouts
*/
/*
* Fonts
*/
.kit-background-slider__item--image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kit-background-slider__item--image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}
.kit-background-slider__item--content {
  position: relative;
  z-index: 5;
}
.kit-background-slider__item--content.single-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media (max-width: 61.9375em) {
  .kit-background-slider__item--content.single-content {
    bottom: 0;
    left: 0;
  }
}
.kit-background-slider__ribbon {
  --f: 10px;
  --r: 15px;
  background: #B45B38;
  border-bottom: var(--f) solid rgba(0, 0, 0, 0.333);
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
  padding: 12px 15px;
  position: absolute;
  top: 15px;
  z-index: 99;
  border-left: var(--r) solid transparent;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
  right: -10px;
}
@media (max-width: 61.9375em) {
  .kit-background-slider__ribbon {
    right: 0;
    top: -25px;
  }
}
.kit-background-slider .swiper-button-next, .kit-background-slider .swiper-button-prev {
  color: #fff;
}
@media (max-width: 61.9375em) {
  .kit-background-slider .swiper-button-next:after, .kit-background-slider .swiper-button-prev:after {
    font-size: 20px;
  }
}
@media (max-width: 61.9375em) {
  .kit-background-slider .swiper-button-next, .kit-background-slider .swiper-button-prev {
    display: none;
  }
}
.kit-background-slider .swiper-pagination-bullet {
  background: #fff;
}
