.can-hero.embla {
    position: relative;
    width: 100%;
}

.can-hero.embla .embla__viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.can-hero.embla .embla__container {
    display: flex;
    position: relative;
}

.can-hero.embla .embla__slide {
    flex: 0 0 100%;
    min-width: 0;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    position: relative;
}

.can-hero.embla .embla__slide.is-active {
    opacity: 1;
}

@media (max-width: 768px) {
    .can-hero.embla {
        height: 100svh;
    }

    .can-hero.embla .embla__viewport,
    .can-hero.embla .embla__container,
    .can-hero.embla .embla__slide,
    .can-hero.embla .can-hero__bg,
    .can-hero.embla .can-hero__image {
        height: 100%;
    }

    .can-hero.embla .embla__viewport {
        max-height: none;
    }

    .can-hero.embla .can-hero__slide {
        display: flex;
    }

    .can-hero.embla .can-hero__bg {
        position: relative;
        width: 100%;
        flex: 1 1 auto;
    }

    .can-hero.embla .can-hero__image {
        display: block;
        width: 100%;
        min-height: 100%;
        object-fit: cover;
    }

    .can-hero.embla .can-hero__arrow {
        display: none;
    }

    .can-hero.embla .can-hero__dots {
        display: flex;
    }
}
