.seck-project-gallery .swiper-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.seck-project-gallery .seck-gallery-slider {
  overflow: hidden;
  background: #eef1f5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
  margin-bottom: 20px;
  border-radius: 0;
}

.seck-project-gallery .seck-gallery-slider .swiper-wrapper,
.seck-project-gallery .seck-gallery-slider .swiper-slide {
  height: auto;
}

.seck-project-gallery .seck-gallery-slider .swiper-button-next,
.seck-project-gallery .seck-gallery-slider .swiper-button-prev {
  color: #fff;
  background: #1B75BA;
  width: 50px;
  height: 50px;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}


.seck-project-gallery .swiper-button-next.swiper-button-disabled, .seck-project-gallery  .swiper-button-prev.swiper-button-disabled {
	opacity: .65;}


.seck-project-gallery .seck-gallery-slider .swiper-button-next::after,
.seck-project-gallery .seck-gallery-slider .swiper-button-prev::after {
  font-size: 18px;
}

.seck-project-gallery .seck-gallery-slider .swiper-button-next:hover,
.seck-project-gallery .seck-gallery-slider .swiper-button-prev:hover {
  background-color: #0E2639;
}

.seck-project-gallery .pg-frame {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  background: #eef1f5;
}

.seck-project-gallery .pg-frame > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@supports not (aspect-ratio: 3 / 2) {
  .seck-project-gallery .pg-frame {
    height: 0;
    padding-top: 66.66%;
  }
}

.pswp__counter {
  color: #fff;
  font-size: 14px;
}

.pswp {
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: rgba(255, 255, 255, 1);
}

.pswp__top-bar {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
  padding: 10px 12px;
}

.pswp__button--share,
.pswp__button--download {
  display: none !important;
}

.pswp__button--arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, .45) !important;
}

.pswp__button--arrow--prev {
  left: 18px;
}

.pswp__button--arrow--next {
  right: 18px;
}

.pswp__img,
.pswp__img--placeholder {
  box-shadow: 0 10px 40px rgba(0, 0, 0, .45);
}

.pswp__button {
  background: transparent !important;
  border: none !important;
}