/* CLS */
.gallery-improved__main::before {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  display: block;
}
.gallery-improved__main.swiper-container-initialized::before {
  display: none;
}
.gallery-improved__main:not(.swiper-container-initialized) *,
.gallery-improved__nav:not(.swiper-container-initialized) * {
  display: none;
}
.gallery-improved__nav {
  height: 120px;
}
.gallery-improved__nav img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
@media screen and (min-width: 1025px) {
  .gallery-improved__nav {
    height: 150px;
  }
}
/* CLS */

.gallery-improved__main .swiper-button-next,
.gallery-improved__main .swiper-button-prev {
  background: #333;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-improved__main .swiper-button-next::after,
.gallery-improved__main .swiper-button-prev::after {
  content: "";
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  background-color: white;
  width: 50%;
  height: 50%;
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
}
.gallery-improved__main .swiper-button-prev::after {
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
}
.gallery-improved__main .swiper-slide {
  height: auto;
}
.gallery-improved__main img {
  width: 100%;
}
.gallery-improved__main img.swiper-lazy[data-src] {
  display: none;
}

.gallery-improved__nav .swiper-slide {
  width: 25%;
  margin-right: 10px;
}
.gallery-improved__nav .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
.gallery-improved__nav .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.75;
  left: 0;
  top: 0;
}

#gallery-improved-video-container {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 5000;
}
#gallery-improved-video-container video {
  width: 100%;
  max-height: 75%;
  object-fit: cover;
}

.swiper-pagination.swiper-pagination-clickable {
  position: relative;
}
.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px;
}

.play-btn_container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 5px white solid;
}
.play-btn_container .play-btn {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  margin-left: 5px;
}

@media (max-width: 500px) {
  .fancybox-slide {
    padding: 0;
  }
}
