.channel-orbit-float__halo-primary {
    top: 5rem;
    left: 2.5rem;
    width: 8rem;
    height: 8rem;
}

.channel-orbit-float__halo-secondary {
    top: 10rem;
    right: 5rem;
    width: 6rem;
    height: 6rem;
    animation-delay: 1s;
}

.channel-orbit-float__halo-tertiary {
    bottom: 5rem;
    left: 25%;
    width: 5rem;
    height: 5rem;
    animation-delay: 2s;
}

.channel-orbit-float__tile-glow {
    width: 5rem;
    height: 5rem;
    transform: translate(2.5rem, -2.5rem);
}

.channel-orbit-float__icon-slab {
    width: 3rem;
    height: 3rem;
}

.channel-orbit-float__stage-disk-lg {
    width: 10rem;
    height: 10rem;
    top: 2.5rem;
    left: 2.5rem;
}

.channel-orbit-float__stage-disk-sm {
    width: 8rem;
    height: 8rem;
    bottom: 2.5rem;
    right: 2.5rem;
}

.channel-orbit-float__picker-bead {
    width: 0.5rem;
    height: 0.5rem;
}

.google-map-split__iframe {
    width: 100%;
    min-height: 440px;
}

@media (min-width: 768px) {
    .google-map-split__iframe {
        min-height: 600px;
    }
}

/* iframe-normalized */
.google-map-split__iframe {
    width: 100%;
    max-width: 100%;
    height: 440px;
    min-height: 440px;
    display: block;
    border: 0;
    box-sizing: border-box;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .google-map-split__iframe {
        height: 600px;
        min-height: 600px;
    }
}


