.swiper {
    width: 100%;
    height: 100%;
}

.swiper .swiper-navigation .play-btn {
    border: inherit;
    background: inherit;
}

.swiper .swiper-navigation .play-btn.is-active::before {
    -webkit-mask: url("../assets/pause.svg") no-repeat 100% 100%;
    mask: url("../assets/pause.svg") no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.swiper .swiper-navigation .play-btn::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    -webkit-mask: url("../assets/play.svg") no-repeat 100% 100%;
    mask: url("../assets/play.svg") no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #000;
}

.swiper .swiper-navigation .play-btn{
    display: flex;
    justify-self: center;
}

.swiper-slide-duplicate {
  pointer-events: none;   
}

.swiper-slide-duplicate a,
.swiper-slide-duplicate button {
  outline: none;
}