
@media (max-width:768px) {
    .section-globe2-globe {
         position: absolute;  
    }
     .section-globe2-globe { z-index: 1009; }
    .section-globe2-text1 { z-index: 1010; }
    .section-globe2-text2 { z-index: 1010; }
    
}

@media (min-width:768px) {
    
    .section-globe2 {
        width: calc(100vw);
    }
    .section-globe2-text {
         z-index: 10010;
    }
 .section-globe2-globe {
         position: absolute;
 }
    
    .section-globe2-globe {
         border: 2px solid green;
         width: calc(100vw);
         min-width: calc(100vw);
         height: calc(120vh);
         min-height:calc(120vh);
         left: calc(0vw);
         top: calc(0vh);
    }
    .section-globe2-globe { z-index: 1009; }
    .section-globe2-text1 { z-index: 1010; }
    .section-globe2-text2 { z-index: 1010; }
    
    
    
}