/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/rlt-popup-video/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.rlt-popup-item {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.rlt-popup-item-wrapper {
  position: relative;
}

@media (any-hover: hover) {
  .rlt-popup-item-wrapper:hover {
    cursor: pointer;
  }
}

.rlt-popup-item-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 64px;
  height: 64px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M20.49,3.51C18.23,1.26,15.18,0,12,0c-2.37,0-4.69.7-6.67,2.02C3.36,3.34,1.82,5.22.91,7.41,0,9.6-.23,12.01.23,14.34c.46,2.33,1.61,4.47,3.28,6.15,1.68,1.67,3.82,2.82,6.15,3.28,2.33.46,4.74.22,6.93-.68,2.19-.91,4.07-2.45,5.39-4.42,1.32-1.98,2.02-4.3,2.02-6.67,0-3.18-1.26-6.23-3.51-8.49ZM17.23,12.52c-.09.16-.23.29-.4.37l-7.38,3.69c-.15.08-.32.11-.49.11-.17-.01-.34-.06-.48-.15-.15-.09-.27-.21-.35-.36-.09-.15-.13-.32-.13-.49v-7.38c0-.17.04-.34.12-.49.09-.15.21-.28.35-.37.15-.09.31-.14.49-.15.17,0,.34.03.49.11l7.38,3.69c.17.08.31.21.4.37.1.16.15.34.15.53,0,.18-.05.36-.15.52Z%27 fill=%27red%27/%3E%3Cpath d=%27M17.38,12c0,.18-.05.36-.15.52-.09.16-.23.29-.4.37l-7.38,3.69c-.15.08-.32.11-.49.11-.17-.01-.34-.06-.48-.15-.15-.09-.27-.21-.35-.36-.09-.15-.13-.32-.13-.49v-7.38c0-.17.04-.34.12-.49.09-.15.21-.28.35-.37.15-.09.31-.14.49-.15.17,0,.34.03.49.11l7.38,3.69c.17.08.31.21.4.37.1.16.15.34.15.53Z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 64px 64px;
  animation: pulseBeat 2s ease-in-out infinite;
  animation-play-state: paused;
}

@media (any-hover: hover) {
  .rlt-popup-item-wrapper:hover::before {
    cursor: pointer;
    animation-play-state: running;
  }
}

@keyframes pulseBeat {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  25% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.9;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.85;
  }
}

.rlt-popup-container {
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100vh;
  min-width: 100vw;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 199;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rlt-popup-container > * {
  z-index: 200;
}

.rlt-popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.85);
  z-index: 0;
}

.rlt-popup-container img,
.rlt-popup-container video {
  background: #fff;
  box-shadow: 0 0 30px #1c1c1c;
  max-height: 75vh;
  min-width: auto;
  max-width: 65vw;
  width: auto;
  height: auto;
}

.rlt-popup-container .rlt-popup-youtube {
  width: 75vw;
  height: 42.1875vw; /* 75*9/16 */
}

.rlt-popup-container .rlt-popup-vimeo {
  width: 75vw;
  height: 42.1875vw; /* 75*9/16 */
}

.rlt-popup-close-icon {
  width: 2rem;
  height: 2rem;
  position: fixed;
  top: 64px;
  right: 20px;
  transition: transform 0.2s linear;
}

.rlt-popup-close-icon:hover {
  cursor: pointer;
  transform: rotate(90deg);
}

.rlt-popup-close-icon svg {
  fill: #fff;
}

/*# sourceMappingURL=style-index.css.map*/