.box--front-page--matches-slider {
  position: relative;
  background: #fff;
}
@media (max-width: 576px) {
  .box--front-page--matches-slider:before,
  .box--front-page--matches-slider:after {
    content: '';
    top: 0;
    bottom: 0;
    position: absolute;
    width: 20%;
    z-index: 2;
    pointer-events: none;
  }
}
.box--front-page--matches-slider .match-slider:before,
.box--front-page--matches-slider .match-slider:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #fff;
  width: 2px;
  z-index: 2;
}
.box--front-page--matches-slider .match-slider:before {
  left: 0;
}
.box--front-page--matches-slider .match-slider:after {
  right: 0;
}
.match-slider {
  overflow: hidden;
  position: relative;
  max-width: 100vw;
}
.match-slider .swiper-button-prev,
.match-slider .swiper-button-next {
  position: absolute;
  top: 50%;
}
.match-slider .swiper-button-prev {
  left: 0px;
}
.match-slider .swiper-button-next {
  right: 0;
}
/*# sourceMappingURL=index.css.map */