.stage {
  height: 100vh;
  width: 100vw;
}

.elementor .miga_image_cursor_img {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  object-fit: contain;
  position: absolute;
  transform: translate(-50%, -50%) scale(0.5);
  transform-origin: center;
  z-index: 1;
}

.elementor .miga_image_cursor_hidden {
  display: none !important;
  z-index: -1 !important;
}

.elementor .miga_image_cursor_toCenter {
  transition: transform 0.25s, translate 0.25s, opacity 0.25s;
}

.elementor .miga_image_cursor_fullscreen {
  translate: 0 !important;
  transform: translate(0%, 0%) scale(1);
}



.elementor .miga_image_cursor_fadeOut {}

@keyframes miga_image_cursor_fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    margin-top: 50px;
  }
}

.elementor .miga_image_cursor_menu {
  display: flex;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  z-index: 9999;
  cursor: none;
}


.elementor .miga_image_cursor_menu_prev {
  width: 30%;
  height: 100vh;
}

.elementor .miga_image_cursor_menu_close {
  width: 40%;
  height: 100vh;
}

.elementor .miga_image_cursor_menu_next {
  width: 30%;
  height: 100vh;
}

#miga_image_cursor_cursor {
  font-size: 30px;
  font-weight: bold;
  transform: translate(-50% -50%);
  z-index: 10000;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: difference;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  pointer-events: none;
  text-align: center;
}
