.elementor-widget-hightide-floating-circles,
.elementor-editor-active .elementor-widget-hightide-floating-circles{
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    z-index: -1;
    overflow: visible;
}

@media screen and (max-width: 480px) {
    .elementor-widget-hightide-floating-circles,
    .elementor-editor-active .elementor-widget-hightide-floating-circles {
        transform: scale(0.33);
    }
}

@media screen and (max-width: 1025px) {
    .elementor-widget-hightide-floating-circles,
    .elementor-editor-active .elementor-widget-hightide-floating-circles {
        transform: scale(0.55);
    }
}

.elementor-widget-container .hightide-bubble,
.elementor-editor-active .hightide-bubble {
    position: absolute;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    pointer-events: none;
}
