.epicod-hero-block {
  position: relative;
  width: 100%;
}
.epicod-hero-block .epicod-hero-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.epicod-hero-block .swiper {
  width: 100%;
  height: 100%;
}
.epicod-hero-block .swiper-slide {
  position: relative;
  width: 100%;
  height: var(--height);
}
.epicod-hero-block .swiper-slide .slide-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.epicod-hero-block .swiper-slide .slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.epicod-hero-block .swiper-slide .slide-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.epicod-hero-block .swiper-slide .slide-video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.epicod-hero-block .swiper-slide .slide-video-embed iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  /* 16:9 aspect ratio */
  min-height: 100vh;
  min-width: 177.77vh;
  /* 16:9 aspect ratio */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.epicod-hero-block .swiper-slide .slide-vimeo-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.epicod-hero-block .swiper-slide .slide-vimeo-embed iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  /* 16:9 aspect ratio */
  min-height: 100vh;
  min-width: 177.78vh;
  /* 16:9 aspect ratio */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
  pointer-events: none;
}
.epicod-hero-block .epicod-hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  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;
  pointer-events: none;
}
.epicod-hero-block .epicod-hero-content .hero-content-inner {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  pointer-events: auto;
}
.epicod-hero-block .epicod-hero-content .hero-content-inner h1,
.epicod-hero-block .epicod-hero-content .hero-content-inner h2,
.epicod-hero-block .epicod-hero-content .hero-content-inner h3,
.epicod-hero-block .epicod-hero-content .hero-content-inner h4,
.epicod-hero-block .epicod-hero-content .hero-content-inner h5,
.epicod-hero-block .epicod-hero-content .hero-content-inner h6 {
  margin-bottom: 1rem;
  color: #ffffff;
}
.epicod-hero-block .epicod-hero-content .hero-content-inner p {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.6;
}
.epicod-hero-block .epicod-hero-content .hero-content-inner a {
  pointer-events: auto;
}
.epicod-hero-block .epicod-hero-content .hero-content-inner .wp-block-button {
  margin-top: 1.5rem;
}
.epicod-hero-block .epicod-hero-content .hero-content-inner .wp-block-button .wp-block-button__link {
  pointer-events: auto;
}
.epicod-hero-block .swiper-button-prev,
.epicod-hero-block .swiper-button-next {
  color: #ffffff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.epicod-hero-block .swiper-button-prev:after,
.epicod-hero-block .swiper-button-next:after {
  font-size: 20px;
}
.epicod-hero-block .swiper-button-prev:hover,
.epicod-hero-block .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.6);
}
.epicod-hero-block .swiper-pagination {
  bottom: 20px;
}
.epicod-hero-block .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.epicod-hero-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  border-radius: 6px;
}
.epicod-hero-block .hero-scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
  background: transparent;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}
.epicod-hero-block .hero-scroll-down:hover {
  opacity: 0.8;
}
.epicod-hero-block .hero-scroll-down:focus {
  outline: none;
  border: none;
}
.epicod-hero-block .hero-scroll-down:active {
  outline: none;
  border: none;
}
.epicod-hero-block .hero-scroll-down img {
  display: block;
  width: 18px;
  height: 14px;
  -webkit-animation: bounceDown 2s infinite;
          animation: bounceDown 2s infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes bounceDown {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes bounceDown {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media (max-width: 768px) {
  .epicod-hero-block {
    min-height: 400px;
  }
  .epicod-hero-block .epicod-hero-wrapper,
  .epicod-hero-block .swiper,
  .epicod-hero-block .slide-content,
  .epicod-hero-block .slide-image,
  .epicod-hero-block .slide-video,
  .epicod-hero-block .slide-video-embed {
    min-height: 400px;
  }
  .epicod-hero-block .epicod-hero-content .hero-content-inner {
    padding: 0 20%;
  }
  .epicod-hero-block .epicod-hero-content .hero-content-inner h1 {
    font-size: 2rem;
  }
  .epicod-hero-block .epicod-hero-content .hero-content-inner p {
    font-size: 1rem;
  }
  .epicod-hero-block .swiper-button-prev,
  .epicod-hero-block .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .epicod-hero-block .swiper-button-prev:after,
  .epicod-hero-block .swiper-button-next:after {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .epicod-hero-block {
    min-height: 300px;
  }
  .epicod-hero-block .epicod-hero-wrapper,
  .epicod-hero-block .swiper,
  .epicod-hero-block .slide-content,
  .epicod-hero-block .slide-image,
  .epicod-hero-block .slide-video,
  .epicod-hero-block .slide-video-embed {
    min-height: 300px;
  }
  .epicod-hero-block .swiper-button-prev,
  .epicod-hero-block .swiper-button-next {
    display: none;
  }
}
.epicod-hero-block.alignfull {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
