.glightbox-clean .gclose svg, .glightbox-modern .gclose svg {
  margin: auto;
}

button.gbtn {
  font-size: 0 !important;
}

.gslide iframe, .gslide video {
  width: 1560px !important;
}

li.splide__slide {
  border: none !important;
  opacity: 0.7;
}
li.splide__slide.is-active {
  opacity: 1;
}
li.splide__slide:hover {
  opacity: 1;
  cursor: pointer;
}

.splide__track--smaller {
  margin-left: 50px;
  margin-right: 50px;
}

.splide__arrow {
  background-color: #000 !important;
  width: 40px;
  height: 100%;
  max-height: 84px;
  border-radius: 0;
  color: #fff;
  transform: none;
  top: 0;
}
@media all and (max-width: 600px) {
  .splide__arrow {
    max-height: 50px;
  }
}
.splide__arrow svg {
  fill: #fff !important;
}

.splide__arrow--prev {
  left: 0;
}

.splide__arrow--next {
  right: 0;
}

.splide__slide {
  position: relative;
  height: 100%;
  width: 100%;
}
.splide__slide__bk {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 50;
  height: 101%;
  width: 100%;
}
.splide__slide video {
  height: 100%;
  width: 100%;
}
.splide__slide iframe {
  max-width: 100%;
  max-height: 100%;
}

.video-preview-button {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.video-preview-button .fa-play {
  font-size: 14px;
}
.video-preview-button--large {
  font-size: 30px;
  padding: 15px 30px;
}
.video-preview-button--large .fa-play {
  font-size: 26px;
}

.fcg-slide-number {
  position: absolute;
  z-index: 60;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 10px;
  left: 10px;
  padding: 5px 10px 5px 15px;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fcg-slide-number i {
  font-size: 14px;
  margin-left: 5px;
}

.fcg-video {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 101%;
  width: 100%;
  background: #000;
  position: relative;
  z-index: 10;
}
