.globe-bg {
    position: relative;
    overflow: hidden;
}

.globe-bg .tn-globe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.globe-bg canvas {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
    contain: layout paint size;
}