.photobrust-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.photobrust-slider-wrapper .swiper-button {
  background: #f5f5f5;
  border: 0;
  color: #333;
  cursor: pointer;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.photobrust-slider-wrapper .swiper-button:hover {
  background: #000;
  color: #fff;
}

.photobrust-slider-wrapper .swiper-button-prev:after,
.photobrust-slider-wrapper .swiper-button-next:after {
  font-size: 22px;
  font-size: 1.25rem;
}

.photobrust-slider-wrapper .swiper-button-prev {
  left: -50px;
}

.photobrust-slider-wrapper .swiper-button-next {
  right: -50px;
}
swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #000;
}
@media screen and (min-width: 37.5625em) {
  .photobrust-slider-wrapper:hover .swiper-button-next {
    right: 30px;
  }
  .photobrust-slider-wrapper:hover .swiper-button-prev {
    left: 30px;
  }
}

.photobrust-slider-wrapper.vertical-right-center .swiper-pagination-bullets,
.photobrust-slider-wrapper.vertical-right-center>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px,-50%,0);
}

@media screen and (min-width: 100em) {
  .photobrust-slider-wrapper.vertical-right-center .swiper-pagination-bullets,
  .photobrust-slider-wrapper.vertical-right-center>.swiper-pagination-bullets {
    right: 56px;
  }
}

.photobrust-slider-wrapper.vertical-right-center .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 0;
  margin-right: 0;
}

.photobrust-slider-wrapper.vertical-right-center .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0 !important;
  margin-top: 24px;
}

.photobrust-slider-wrapper.navigation-enabled.vertical-right-center .swiper-horizontal > .swiper-pagination-bullets,
.photobrust-slider-wrapper.navigation-enabled.vertical-right-center .swiper-pagination-bullets.swiper-pagination-horizontal,
.photobrust-slider-wrapper.vertical-right-center .swiper-horizontal > .swiper-pagination-bullets,
.photobrust-slider-wrapper.vertical-right-center .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
}
