[class^="mdw-curved-slider"],
[class*=" mdw-curved-slider"] {
    position: relative;
    width: 100%;
    height: var(--min-height, 100vh);
    min-height: 320px;
    overflow: hidden;
}

[class^="mdw-curved-slider"] canvas,
[class*=" mdw-curved-slider"] canvas {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}

/* Keep the Elementor gallery in the DOM as the image source, but do not show it. */
[class^="mdw-curved-slider"] .elementor-widget-image-gallery,
[class*=" mdw-curved-slider"] .elementor-widget-image-gallery,
[class^="mdw-curved-slider"] .elementor-widget-gallery,
[class*=" mdw-curved-slider"] .elementor-widget-gallery {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 767px) {
    [class^="mdw-curved-slider"],
    [class*=" mdw-curved-slider"] {
        height: var(--mobile-height, 70vh);
        min-height: 420px;
    }
}

