@media only screen and (max-width:450px){.globe-container{height:100vh;overflow-y:scroll;position:absolute;top:60%;width:100%}}@media only screen and (min-width:450px) and (max-width:1200px){.globe-container{height:60%;position:absolute;top:30%;width:40%}}@media only screen and (min-width:1200px) and (max-width:2000px){.globe-container{height:110vh;left:20%;position:absolute;width:100%}}@media only screen and (min-width:2000px){.globe-container{height:130vh;left:20%;position:absolute;width:100%}}