/* SETUP - Open */
#main > div.elementor,
body > div.elementor {
  opacity: 0;
}

#main > div.elementor.t-show,
body > div.elementor.t-show {
  opacity: 1;
}

/* SETUP - Close */


/* WRAPPER - Open */
#t-wrapper-in,
#t-wrapper-out {
  background-color: transparent;
  bottom: 0;
  height: 100vh;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  transform-origin: center center;
  top: 0;
  width: 100vw;
  z-index: 99999;
}

#t-wrapper-in {
  display: block;
}

#t-wrapper-out {
  display: none;
}

#t-wrapper-in img.t-poster {
  display: block;
  height: 100vh;
  left: 0;
  margin: 0;
  max-width: none !important;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}

/* WRAPPER - Close */