.epicod-slideshow-gallery-block {
  position: relative;
  width: 100%;
}
.epicod-slideshow-gallery-block .gallery-wrapper {
  position: relative;
  width: 100%;
}
.epicod-slideshow-gallery-block .swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f5f5f5;
}
.epicod-slideshow-gallery-block .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5f5f5;
}
.epicod-slideshow-gallery-block .slide-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.epicod-slideshow-gallery-block .gallery-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.epicod-slideshow-gallery-block .image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  opacity: 0;
}
.epicod-slideshow-gallery-block .swiper-slide:hover .image-caption {
  opacity: 1;
}
.epicod-slideshow-gallery-block .gallery-placeholder {
  padding: 1rem;
  text-align: center;
  background-color: #f5f5f5;
  border: 2px dashed #ddd;
}
.epicod-slideshow-gallery-block .gallery-placeholder p {
  margin: 0;
  color: #999;
  font-size: 1rem;
}
.epicod-slideshow-gallery-block .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border-top-color: transparent;
}
@media (max-width: 768px) {
  .epicod-slideshow-gallery-block .swiper-button-prev,
  .epicod-slideshow-gallery-block .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .epicod-slideshow-gallery-block .swiper-button-prev:after,
  .epicod-slideshow-gallery-block .swiper-button-next:after {
    font-size: 16px;
  }
  .epicod-slideshow-gallery-block .image-caption {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .epicod-slideshow-gallery-block .swiper-button-prev,
  .epicod-slideshow-gallery-block .swiper-button-next {
    display: none;
  }
  .epicod-slideshow-gallery-block .image-caption {
    opacity: 1;
  }
}
.epicod-slideshow-gallery-block.alignfull {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.epicod-slideshow-gallery-block.alignfull .gallery-image {
  max-height: 700px;
}
.epicod-slideshow-gallery-block.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */