
/*
html, body {
  margin: 0;
  padding: 0;
  background: #555;
}
*/
#globe {
  cursor: move;  
}
#globe { opacity: .9;}
#current {
  position: absolute;
  color: white;
  font-family: sans-serif;
  margin-left: 4%;
  margin-top: 4%;
}


@media (min-width:992px) {
    #globe {
  cursor: move;
  top: calc(0vh);
  left: -200px;
  position: relative;
}
#globe { transition: 2s all; }
#globe.focused {   transition: 2s all; left: -250px; }

}



/* Globus Version 2 */

@media (min-width:992px) {
    
    .section100vw {
        /* width: calc(100vw); */
    }
    .section100vw .frame-container {
        max-width: calc(100vw);
        
    }
   
    
    
}
