.page {
  position: relative;
  width: 100%;
  height: auto;
}
.page > img {
  width: 100%;
}

.preparing-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.preparing-wrap .prepare-img {
  width: auto;
  height: auto;
}
.preparing-wrap .prepare-img > img {
  width: auto;
  height: auto;
  max-width: 100%;
}/*# sourceMappingURL=imsi.css.map */