.custom-swiper-container {
  position: relative;
  width: calc(100% + 30px);
  flex: 0 0 calc(100% + 30px);
  margin-left: -15px;
  margin-bottom: 0 !important;
}
.custom-swiper {
  width: calc(100% - 30px);
  margin: 0 auto;
  overflow: hidden;
}
.custom-swiper .swiper-nav {
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #66676b33;
  border-radius: 100%;
  margin: 0;
}
.custom-swiper .swiper-button-prev {
  left: 0;
}
.custom-swiper .swiper-button-next {
  right: 0;
}
.custom-swiper .swiper-button-next.swiper-button-disabled,
.custom-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.custom-swiper .swiper-nav i {
  font-size: 10px;
  line-height: 10px;
  color: #65666c;
}
.custom-swiper .swiper-nav:after {
  display: none;
}

@media (min-width: 768px) {
  .custom-swiper-container {
    width: calc(100% + 50px);
    flex: 0 0 calc(100% + 50px);
    margin-left: -25px;
  }
  .custom-swiper {
    width: calc(100% - 50px);
  }
  .custom-swiper .swiper-nav {
    width: 50px;
    height: 50px;
  }
}
