.swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.swiper-pagination-bullet {
  background-color: var(--theme-color-1);
}

.swiper-container {
  margin-left: 0px;
  margin-right: 0px;
}

.share-group a {
  margin-right: 20px;
}

.swiper {
  width: 100%;
  height: auto;
  /*        margin-left: auto;
          margin-right: auto;*/
}
.swiper .swiper-slide {
  flex-direction: column;
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/
  background-size: cover;
  background-position: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

.parentSwiper .swiper-slide {
  /*padding-bottom: 100%;*/
  /*position: relative;*/
}
.parentSwiper .swiper-slide img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dumpSwiper {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
}
.dumpSwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.dumpSwiper .swiper-slide {
  padding-bottom: 25%;
  position: relative;
}
.dumpSwiper .swiper-slide img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dumpSwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-center {
  position: relative;
  margin: 0px auto;
}
.swiper-center .swiper-slide {
  width: 1175px;
  height: 575px;
  margin: auto 0px;
}
.swiper-center .swiper-slide-active {
  width: 1175px;
  height: 575px;
}
.swiper-center .swiper-slide-next {
  width: 1175px;
  height: 575px;
}
.swiper-center .swiper-slide-next img {
  margin: auto auto auto 0px;
  width: 780px;
  height: 380px;
}
.swiper-center .swiper-slide-prev {
  width: 1175px;
  height: 575px;
}
.swiper-center .swiper-slide-prev img {
  margin: auto 0px auto auto;
  width: 780px;
  height: 380px;
}

.swiper-card {
  width: 406px;
  height: 646px;
}
.swiper-card .swiper-slide {
  /*            height: 534px;
              width: 431px;*/
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  /*opacity: 0.5;*/
}
.swiper-card .swiper-slide-active {
  opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
  padding: 0px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  min-width: 92px;
  min-height: 92px;
  content: "";
  background-size: cover;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0px;
  transform: translateY(-50%);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0px;
  transform: translateY(-50%);
}

.swiper-button-next.sm:after, .swiper-button-prev.sm:after {
  min-width: 55px;
  min-height: 55px;
}

.swiper-button-next:after {
  background-image: url("/wp-content/themes/lesfanmily/images/icon/icon_slide_right.svg");
}

.swiper-button-prev:after {
  background-image: url("/wp-content/themes/lesfanmily/images/icon/icon_slide_left.svg");
}

.swiper-button-next.white, .swiper-button-prev.white {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}

.swiper-button-next.white:after {
  background-image: url("/wp-content/themes/lesfanmily/images/icon/icon_slide_right_w.svg?v=3");
}

.swiper-button-prev.white:after {
  background-image: url("/wp-content/themes/lesfanmily/images/icon/icon_slide_left_w.svg?v=3");
}

@media (max-width: 1920px) and (min-width: 993px) {
  .swiper-center .swiper-slide {
    width: 61.2vw;
    height: 29.94vw;
    margin: auto 0px;
  }
  .swiper-center .swiper-slide-active {
    width: 61.2vw;
    height: 29.94vw;
  }
  .swiper-center .swiper-slide-next {
    width: 61.2vw;
    height: 29.94vw;
  }
  .swiper-center .swiper-slide-next img {
    margin: auto auto auto 0px;
    width: 40.63vw;
    height: 19.8vw;
  }
  .swiper-center .swiper-slide-prev {
    width: 61.2vw;
    height: 29.94vw;
  }
  .swiper-center .swiper-slide-prev img {
    margin: auto 0px auto auto;
    width: 40.63vw;
    height: 19.8vw;
  }

  .swiper-card {
    height: 33.64vw;
    width: 21.14vw;
  }
  .swiper-card .swiper-slide {
    /*            height: 27.8vw;
                width: 22.45vw;*/
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    min-width: 4.4vw;
    min-height: 4.4vw;
    content: "";
    background-size: cover;
  }

  .swiper-button-next.sm, .swiper-button-prev.sm {
    width: 44px;
    height: 44px;
  }

  .swiper-button-next.sm:after, .swiper-button-prev.sm:after {
    min-width: 44px;
    min-height: 44px;
  }
}
@media screen and (max-width: 992px) {
  .swiper-center {
    width: 100%;
    height: auto;
  }
  .swiper-center .swiper-slide {
    width: 100%;
    height: 100%;
    margin: auto 0px;
  }
  .swiper-center .swiper-slide-active {
    width: 100%;
    height: auto;
  }
  .swiper-center .swiper-slide-next {
    width: 100%;
    height: auto;
  }
  .swiper-center .swiper-slide-next img {
    margin: 0px;
    width: 100%;
    height: auto;
  }
  .swiper-center .swiper-slide-prev {
    width: 100%;
    height: auto;
  }
  .swiper-center .swiper-slide-prev img {
    margin: 0px;
    width: 40.63vw;
    height: 19.8vw;
  }

  .swiper-card {
    width: 89.33vw;
    height: 127.7vw;
  }
  .swiper-card .swiper-slide {
    /*            height: 116vw;
                width: 89.33vw;*/
  }

  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    min-width: 44px;
    min-height: 44px;
  }

  .swiper-button-next, .swiper-button-prev {
    min-width: 44px;
    min-height: 44px;
    content: "";
    background-size: cover;
  }

  .swiper-button-next.sm:after, .swiper-button-prev.sm:after {
    min-width: 44px;
    min-height: 44px;
  }
}
.swiper-container-2 {
  width: 76.3vw;
}

.gallery-container {
  position: relative;
  width: 100%;
  display: flex;
  /*  justify-content: space-between;*/
  overflow: hidden;
  flex-direction: row-reverse;
}

.gallery-main {
  width: 62.14vw;
  height: 28.23vw;
  box-shadow: 0 50px 75px 50px rgba(30, 30, 30, 0.18);
  border: 1px solid #e9e9e9;
}
.gallery-main .swiper-slide img {
  width: 100%;
  height: auto;
}

.gallery-title {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: "Epilogue", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.gallery-thumbs {
  order: -1;
  width: 14.11vw;
  height: 26.56vw;
}
.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: auto;
}

@keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}
@media screen and (max-width: 992px) {
  .single-library_media .container-fluid .title-share-group-container {
    flex-direction: column-reverse;
  }
  .single-library_media .container-fluid .title-share-group-container .share-group {
    display: flex;
    flex-direction: row;
  }
  .single-library_media .container-fluid .title-share-group-container .share-group.share-group-1 {
    flex-direction: column;
  }
  .single-library_media .container-fluid .title-share-group-container .share-group.share-group-2 {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=swiper-custom.css.map */
