.animated-globe-flight {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 560px;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.animated-globe-flight__canvas {
    width: 100%;
    height: 100%;
    min-height: 560px;
}

.animated-globe-flight__canvas canvas {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 991.98px) {
    .animated-globe-flight,
    .animated-globe-flight__canvas {
        min-height: 320px;
    }
}
