

/*#myearth {
        position: absolute;
    
    transform: translate(-50%,0%);
	width: 60%;
	height: 60vh;
	max-height: 60vw;
	overflow: hidden;
    top: -50px;
	opacity: 0;
	transition: opacity 1.5s ease-in;
}*/


#myearth {
       /* position: absolute;
    top: 100px;
    transform: translate(65%,30%);
	width: 60%;
	height: 60vh;
	max-height: 60vw;
	overflow: hidden;

	opacity: 0;
	transition: opacity 1.5s ease-in;*/
	
	position: relative;
    left: 0px;
    transform: translate(12%,0%);
    width: 60%;
    height: 60vh;
    max-height: 60vw;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1.5s ease-in;
}



    
#myearth.earth-ready {
	opacity: 1;
}

#myearth::before {
	content: none;
}

#glow {
    /*position: absolute;
    top: 50%;
	left: 50%;
    width: 100%;
    max-width: 58vh;
    height: 58vh;
    max-height: 58vw;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, rgb(255 255 255 / 17%) 50%,rgb(255 255 255 / 16%) 55%,rgb(255 255 255 / 17%) 56%,rgb(255 255 255 / 0%) 70%);
    z-index: 200;
    pointer-events: none;*/
    
    
}




 
    @media screen and (max-width: 767px) {
        
     #myearth {
         top: 0px;
    position: sticky;
   transform: translate(30%,0%);
    
    width: 60%;
    height: 60vh;
    max-height: 60vw;
    overflow: hidden;
    
    opacity: 0;
	transition: opacity 1.5s ease-in;
    }
    
    
#glow {
    position: absolute;
	top: 86%;
    left: 24%;
    width: 103%;
    max-width: 50vh;
    height: 100vh;
    max-height: 50vw;
    transform: translate(70%,-50%);
	
	background: radial-gradient(ellipse at center, rgb(255 255 255 / 17%) 50%,rgb(255 255 255 / 16%) 55%,rgb(255 255 255 / 17%) 56%,rgb(255 255 255 / 0%) 70%);
	z-index: 200;
	pointer-events: none;
}


    
    
  /*  #glow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 100vh;
	height: 100vh;
	max-height: 100vw;
	transform: translate(-50%, -50%);
	
	background: radial-gradient(ellipse at center, rgba(0,156,255,0.05) 25%,rgba(0,156,255,0.15) 53%,rgba(0,156,255,0.05) 56%,rgba(0,156,255,0) 70%);
	z-index: 200;
	pointer-events: none;
}*/
    
    }

/* background glow */
