.wpb_gallery.swiper .wpb_gallery_slides {
  width: 100%;
  overflow: hidden;
  position: relative;
  user-select: none;
}
.wpb_gallery.swiper .wpb_gallery_slides * {
  outline: none;
}
.wpb_gallery.swiper .wpb_gallery_slides .swiper-button-prev-default,
.wpb_gallery.swiper .wpb_gallery_slides .swiper-button-next-default {
  width: 33%;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100%;
  bottom: 0;
  transition: opacity ease 0.3s;
  cursor: pointer;
  user-drag: none;
  -webkit-user-drag: none;
  outline: none;
}
.wpb_gallery.swiper .wpb_gallery_slides .swiper-button-prev-default .media,
.wpb_gallery.swiper .wpb_gallery_slides .swiper-button-next-default .media {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.wpb_gallery.swiper .wpb_gallery_slides .swiper-button-prev-default .media svg,
.wpb_gallery.swiper .wpb_gallery_slides .swiper-button-next-default .media svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wpb_gallery.swiper .wpb_gallery_slides .swiper-button-prev-default .media svg path,
.wpb_gallery.swiper .wpb_gallery_slides .swiper-button-next-default .media svg path {
  fill: #fff;
}
.wpb_gallery.swiper .wpb_gallery_slides .swiper-button-prev-default:hover,
.wpb_gallery.swiper .wpb_gallery_slides .swiper-button-next-default:hover {
  opacity: 1;
}
.wpb_gallery.swiper .wpb_gallery_slides .swiper-button-prev-default {
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.wpb_gallery.swiper .wpb_gallery_slides .swiper-button-next-default {
  right: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.wpb_gallery.swiper .wpb_gallery_slides .wpb_image_grid_ul {
  width: 100%;
  display: flex;
  transition: transform ease;
  height: fit-content !important;
}
.wpb_gallery.swiper .wpb_gallery_slides .wpb_image_grid_ul .isotope-item {
  position: static !important;
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 0 !important;
}
.wpb_gallery.swiper .wpb_gallery_slides .wpb_image_grid_ul .isotope-item img {
  user-drag: none;
  -webkit-user-drag: none;
  outline: none;
}
@media all and (max-width: 768px) {
  .wpb_gallery.swiper .wpb_gallery_slides .swiper-button-prev-default,
  .wpb_gallery.swiper .wpb_gallery_slides .swiper-button-next-default {
    width: 20%;
    opacity: 1;
    background-image: none;
  }
}
