/* Portfolio carousel: center prev/next on the image (desktop + mobile) */
.work-carousel2 .swiper-container {
  position: relative;
  padding-bottom: 90px;
}

.work-carousel2 .swiper-container > .row.justify-content-center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0;
  z-index: 5;
}

.work-carousel2 .swiper-button-next,
.work-carousel2 .swiper-button-prev {
  top: calc((100% - 140px) / 2) !important;
  margin-top: 0 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
}

@media (max-width: 767px) {
  .work-carousel2 .swiper-container {
    padding-bottom: 80px;
  }

  .work-carousel2 .swiper-button-next,
  .work-carousel2 .swiper-button-prev {
    top: calc((100% - 130px) / 2) !important;
    width: 48px;
    height: 48px;
  }
}

@media (hover: none) {
  .work-carousel2 .swiper-button-next,
  .work-carousel2 .swiper-button-prev {
    opacity: 1;
  }
}
