.ce-shape-wrap {
    display: flex;
    width: 100%;
    line-height: 0;
}

.ce-shape-motion {
    display: inline-block;
    max-width: 100%;
    transform-origin: center;
    will-change: transform, opacity, filter, clip-path;
}

.ce-shape {
    --ce-shape-rotate: 0deg;
    position: relative;
    display: block;
    width: 420px;
    height: 500px;
    max-width: 100%;
    background: #cf2d43;
    border-radius: 50%;
    transform: rotate(var(--ce-shape-rotate));
    transform-origin: center;
    will-change: transform, border-radius;
}

.elementor-editor-active .ce-shape-motion,
.elementor-editor-active .ce-shape {
    min-width: 20px;
    min-height: 20px;
}
