.the-earth {
   /* background-color: #20201C;*/
}

.earth-container {
	margin: 0 auto;
    height: 120vh;
    width: 100vw;
    overflow: hidden;
}

.docs{
    background: transparent;
    color: white;
    font-size: 14px;
    cursor: pointer;
    
}

/* bubble tip */
.bubble-tip {
	background-color: black;
	padding: 0.8em 1em;
	border-radius: 0.25em;
	text-align: left;
	max-width: 40em;
    max-height: 40em;
	filter: drop-shadow( 0 1px 2px RGBA(0,0,0,0.5) );
	transform: translate(-100%, -60%) translateY(0.35em);
	transition: transform 0.4s ease;
    font-size: 12px;
    color: white;
    opacity: 0.8;
    cursor: pointer;
    line-height: 1;
}
.bubble-tip h2,
.bubble-tip h3 {
    margin: 0;
    padding: 0;
}

.bubble-tip h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.bubble-tip h3 {
    font-size: 16px;
    margin-bottom: 12px;
}

.bubble-tip p {
    line-height: 1.8;
}


@media (max-width: 999px) {
.earth-container {
max-width: 900px;
    max-height: auto;
}
    #myearth {
        width: 60vw;
        height: 55vh;
        max-height: auto;
        overflow: visible;
        align-content: center;
        align-items: center;
        margin-top: 50%;
    }

.earth-container {
max-width: 90em;
	padding-right: 50%;
    padding-left: 50%;
    max-height: auto;
    overflow: visible;
}

.docs{
    background: transparent;
    color: white;
    font-size: 11px;

}

.bubble-tip {
   background-color: black;
    padding: 0.8em 1em;
    border-radius: 0.25em;
    text-align: left;
    max-width: 40em;
    max-height: 60em;
    font-size: 12px;
	transform: translate(-50%, -25%) translateY(0.35em);
	transition: transform 0.4s ease;
    color: white;
    opacity: 0.8;
    cursor: pointer;
}

}

