.swiper-pagination .swiper-pagination-bullet {
  background: #f4f4f4;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f5663d;
}
.node--type-slider .swiper .swiper-slide .content-wrap {
  background: #ffffff;
  color: #666666;
}
@media all and (min-width: 1024px) {
  .node--type-slider .swiper-slide {
    position: relative;
  }
  .node--type-slider .swiper-slide .overlay {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .node--type-slider .swiper-slide .overlay .content-wrap {
    max-width: 45%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  }
}
