.splide__arrows button.splide__arrow {
    background: none;
}
.splide__arrows button.splide__arrow svg {
    color: var(--e-global-color-secondary);
    fill: var(--e-global-color-secondary);
}
.splide__arrow--prev svg {
    transform: scaleX(-1);
    transform: scale(-2);
}
.splide__arrow--next svg {
    transform: scaleX(1);
    transform: scale(2);
}

.slider_wrapper {
    position: relative;
}
.slider_textcontainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    padding: 12px 0 32px;
}

li.splide__slide img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}

li.splide__slide {
    height: auto !important;
}
.slider_content {
    /* max-width: 1170px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}
.slider_content a {
    height: 100%;
}

img.dummy_img {
    position: absolute;
    filter: blur(5px);
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.8;
}

.slider_textwrapper {
    padding: 0 12px;
    position: relative;
    padding-left: 32px;
}

h2.slider_title {
    margin: 0;
    color: var(--e-global-color-4fa50dac);
}

p.slider_text {
    font-size: 16px;
    color: var(--e-global-color-4fa50dac);
}

.not-ips h2.slider_title {
    margin: 0;
    color: var(--e-global-color-text);
}
.not-ips p.slider_text {
    font-size: 16px;
    color: var(--e-global-color-text);
}

.not-ips .slider_wrapper {
    position: relative;
}
.not-ips .slider_textcontainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(255 255 255 / 75%);
    padding: 12px 0 32px;
}
.slider_wrapper img.mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    .slider_wrapper img.desktop {
        display: none;
    }
    .slider_wrapper img.mobile {
        display: block;
    }
    .slider_textcontainer {
        position: relative !important;
        height: 100%;
    }
    .slider_wrapper {
        height: 100%;
    }
    .elementor-element .slider_wrapper .slider_content {
        height: auto !important;
        aspect-ratio: 1 / 1;
        width: 100%;
    }
    li.splide__slide img {
        width: 100%;
        height: auto;
    }
    .slider_content a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
