.flight-globe {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: repeat;
    margin-top: 4.5em;
}

.flight-globe canvas {
    display: block;
    touch-action: none;
    width: 100%;
    height: 100%;
    min-height: 50vh;

}
