.fse-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.fse-slider-wrapper .swiper-button {
  background: #f5f5f5;
  border: 0;
  color: #333;
  cursor: pointer;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fse-slider-wrapper .swiper-button:hover {
  background: #000;
  color: #fff;
}

.fse-slider-wrapper .swiper-button-prev:after,
.fse-slider-wrapper .swiper-button-next:after {
  font-size: 22px;
  font-size: 1.25rem;
}

.swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.fse-slider-wrapper.swiper-vertical,
.swiper-wrapper.vertical {
  height: 25vh;
}

.fse-slider-wrapper.swiper-vertical .wp-block-embed,
.fse-slider-wrapper.swiper-vertical .wp-block-embed__wrapper {
  height: 100%;
}

.fse-slider-wrapper.swiper-vertical .wp-block-embed video,
.fse-slider-wrapper.swiper-vertical .wp-block-video,
.fse-slider-wrapper.swiper-vertical .wp-block-video video {
  height: 100%;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: auto;
  left: 10px;
}

.swiper-pagination-bullet {
  background-color: var(--wp--preset--color--foreground);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.6;
  position: relative;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transition: border-top-color 0.15s linear,
    border-right-color 0.15s linear 0.1s,
    border-bottom-color 0.15s linear 0.2s;
  border-top-color: var(--wp--preset--color--foreground);
  border-right-color: var(--wp--preset--color--foreground);
  border-bottom-color: var(--wp--preset--color--foreground);
}

.swiper-pagination-bullets .swiper-pagination-bullet:before,
.swiper-pagination-bullets .swiper-pagination-bullet:after {
  border-radius: 100%;
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
  border: 1px solid transparent;
}

.swiper-pagination-bullets .swiper-pagination-bullet:before,
.swiper-pagination-bullets .swiper-pagination-bullet:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -6px;
  left: -6px;
}

.swiper-pagination-bullets .swiper-pagination-bullet:after {
  border: 0 solid transparent;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 8px;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border-top: 1px solid;
  border-left-width: 1px;
  border-right-width: 1px;
  transform: rotate(270deg);
  transition:
    transform 0.4s linear 0s,
    border-left-width 0s linear 0.35s;
  border-top-color: var(--wp--preset--color--foreground);
}

.pagination-outside .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
}

[class*="vertical-"].pagination-vertical .swiper-pagination {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1;
}


[class*="vertical-left-center"].pagination-vertical .swiper-pagination {
  left: 30px;
}

[class*="vertical-right-center"].pagination-vertical .swiper-pagination {
  right: 30px;
  left: auto;
}

[class*="vertical-right-bottom"].pagination-vertical .swiper-pagination {
  right: 30px;
  left: auto;
  bottom: 30px;
  top: auto;
}

[class*="vertical-left-bottom"].pagination-vertical .swiper-pagination {
  left: 30px;
  bottom: 30px;
  top: auto;
}

[class*="vertical-left-top"].pagination-vertical .swiper-pagination {
  left: 30px;
  top: 10%;
}

[class*="vertical-right-top"].pagination-vertical .swiper-pagination {
  right: 30px;
  left: auto;
  top: 10%;
}

.horizontal-outside-slider-bottom-right .swiper-pagination .horizontal-inside-slider-bottom-right .swiper-pagination {
  text-align: right;
}

.horizontal-outside-slider-bottom-right+.swiper-pagination,
.horizontal-inside-slider-bottom-right+.swiper-pagination,
.horizontal-outside-slider-bottom-right .swiper-pagination,
.horizontal-inside-slider-bottom-right .swiper-pagination {
  text-align: right;
  left: auto;
}

.horizontal-outside-slider-bottom-left .swiper-pagination,
.horizontal-inside-slider-bottom-left .swiper-pagination {
  text-align: left;
  right: auto;
}

.horizontal-outside-slider-bottom-left+.swiper-pagination,
.horizontal-inside-slider-bottom-left+.swiper-pagination,
.horizontal-outside-slider-bottom-left .swiper-pagination,
.horizontal-inside-slider-bottom-left .swiper-pagination {
  text-align: left;
  right: auto;
}

.block-editor-block-list__block.fse-pro-slider .navigation-wrap .swiper-button-next {
  right: 50px;
  left: auto;
  position: absolute;
}

.block-editor-block-list__block.fse-pro-slider .navigation-wrap .swiper-button-prev {
  left: 50px;
  right: auto;
  position: absolute;
}

.clone-video-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  transition: opacity 0.3s;
}

.youtube-icon {

  transform: translate(-50%, -50%) scale(0.5);
  height: 80px;
  width: 120px;
  background-color: #FF0000;
  border-top-left-radius: 25%;
  border-top-right-radius: 25%;
  border-bottom-left-radius: 25%;
  border-bottom-right-radius: 25%;
  position: relative;
}

.youtube-icon::before {
  content: "";
  border-top: 15px solid transparent;
  border-left: 30px solid white;
  border-bottom: 15px solid transparent;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.youtube-thumb-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.youtube-thumb-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: relative;
}

.fse-slider-wrapper.swiper-vertical {
  padding: 0;
}

.html5-video-player .video-click-tracking,
.html5-video-player .video-stream {
  position: absolute;
  width: 100% !important;
  left: 0 !important;
}

.fse-slider-wrapper .swiper-button-prev,
.fse-slider-wrapper .swiper-button-next {
  margin-top: 0;
}

.fse-slider-wrapper .swiper-button-prev {
  left: 15px;
}

.fse-slider-wrapper .swiper-button-next {
  right: 15px;
}

/* MEDIA QUERIES */

/* 601px */
@media screen and (min-width: 37.5625em) {
  .fse-slider-wrapper:hover .swiper-button-next {
    right: 30px;
  }

  .fse-slider-wrapper:hover .swiper-button-prev {
    left: 30px;
  }

  .fse-slider-wrapper.swiper-vertical,
  .swiper-wrapper.vertical {
    height: 50vh;
  }
}

/* 768px */
@media screen and (min-width:48em) {

  .fse-slider-wrapper.swiper-vertical,
  .swiper-wrapper.vertical {
    height: 37vh;
  }
}


/* 1200px */
@media screen and (min-width:75em) {

  .fse-slider-wrapper.swiper-vertical,
  .swiper-wrapper.vertical {
    height: 80vh;
  }

  .youtube-icon {
    transform: translate(-50%, -50%) scale(0.7);
  }
}