.carousel-fullscreen .item {
    height: 1080px;
}

.carousel-fullscreen h1,
.carousel-fullscreen h2 {
    font-weight: 800;
}

.carousel-fullscreen .carousel-content-inner {
    float: right;
    gap: 0;
    width: 50%;
    position: relative;
}

.carousel-fullscreen .carousel-content-inner .carousel-text {
    position: absolute;
    bottom: 9rem;
    width: 80%;
}

.frame-banner {
    display: none;
}

.frame-banner .carousel-control-prev,
.frame-banner .carousel-control-next,
.frame-bannermobil .carousel-control-prev,
.frame-bannermobil .carousel-control-next {
    background-image: none;
}

.carousel-fullscreen h1 {
    font-size: 2rem;
}

@media (min-width: 1024px) {
    .frame-banner {
        display: block;
        padding: 0;
    }

    .carousel-fullscreen h1 {
        font-size: 3rem;
    }

    .frame-banner .frame-container {
        width: 100vw;
        padding: 0;
        max-width: 100%;
    }

    .carousel .carousel-content-inner {
        height: 59vw;
    }

    .frame-banner .carousel {
        height: 55vw;
    }

    .frame-banner .carousel-backgroundimage {
        background-size: 112vw;
        background-position: top;
    }

    .frame-banner .carousel-fullscreen .item {
        height: 950px;
    }
}

@media (min-width: 1700px) {
    .frame-banner .carousel {
        height: auto;
    }

    .carousel .carousel-content-inner {
        height: 100%;
    }

    .frame-banner .carousel-backgroundimage {
        background-size: auto;
    }

    .carousel-fullscreen h1 {
        font-size: 4rem;
    }
}

@media (min-width: 1920px) {
    .frame-banner .carousel-backgroundimage {
        background-size: 100vw;
    }

    .frame-banner .carousel-fullscreen .item {
        height: 950px;
    }
}



/* #############################
  #############################
   SLIDER MOBIL SLIDER MOBIL SLIDER MOBIL
  #############################
  ############################# */
.frame-bannermobil {
    display: grid;
    padding: 0;
}

.frame-bannermobil .frame-container {
    width: 100vw;
    padding: 0;
    max-width: 100%;
}

.frame-bannermobil .carousel-content-inner {
    width: 100%;
    max-width: 100%;
}

.frame-bannermobil .carousel-content-inner .carousel-text {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

@media (min-width: 1024px) {
    .frame-bannermobil {
        display: none;
    }
}