body { background-color:black; }
          
          #overlay { 
              width:100%;
              height:100vh;
              z-index:999;
              top:10vh;
              position:absolute;
          }
          
          #noAction {
              width:100%;
              height:100vh;
              z-index:999;
              position:absolute;
          }
          
          #swipeIcon {
              position: fixed; /* or absolute */
              top: 50%;
              left: 50%; 
          }
          #airplaneIcon {
              position: fixed;
              display: block;
              left: 0;
              top: 40%;
              left: 15vw;
          }
          
          #suggest { 
              color:white !important;
              font-size:5vw;
              width:100%;
              height:100vh;
              z-index:999;
              text-transform:uppercase;
              position: fixed;
              top: 65%;
              left: 15vw;
          }
          
          #suggestInfo {
                width: 100%;
                height: 100vh;
                z-index: 999;
                position: absolute;
          } 
          
          #suggestInfo .infoStart {
              position: fixed; /* or absolute */
              top: 50%;
              left: 15vw;
              z-index:999;
          }
          
          .wrapLink { font-size:3vw;} 
          
          #menuArea { 
              max-width:860px; position: relative;
              width: 100%;
              margin-bottom: 5vh !important;
              
          }
          
          #menuArea .carousel {
              padding-top:5px !important;
              padding-bottom:5px !important;
          }
          
          #wrapperGlobe {
              margin-bottom:20vh;
          }
          
          .carousel .slide {
              height:100%;
          }
          
         .no-vertical-scroll { 
            overflow-x: scroll;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
        }