/* @import url("https://cdn.22is5.com/css/reset.css"); */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: #000;
  display: flex;
  overscroll-behavior: none;
}

.sceneWrapper {
  width: 100%;
  height: fit-content;
  position: absolute;
  display: flex;
}

.landscape {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 6;
}

.transparent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}

.depthMap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 12;
}

.layer {
  display: flex;
  width: 100%;
}
