.carousel-item {
    display: none;
}
.image_wrapper_1 {
    height: 100vh;
    width: 200000000vh;
}
.carousel-item {
    display: flex !important;
    justify-content: center;
    align-items: center;

}

@media (max-width: 797.98px) {
    .image_wrapper_1 {
        width: auto;
    }
    .main__text__2 {
        font-size: 2rem;
    }
    .circles__container {
        position: relative;
        height: 100vh;
    }
    .circle__main {
        height: 110px;
        width: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        border: solid 7px;
        border-color: var(--red);
        outline: solid 15px #bf203045;
        position: absolute;
        top: 35%;
        left: 36%;
    }
    .circle__main img{
        max-width: 100%;
        padding: 10px;
    }
    .circle__second {
        height: 80px;
        width: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        border: solid 5px;
        border-color: var(--red);
        outline: solid 6px #bf203045;
        position: absolute;
    }
    .circle__second  img{
        max-width: 100%;
        padding: 5px;
    }
    .circle__1 { /* iklim */
        top: 18%;
        left: 39%;
    }
    .circle__2 { /* lypelype */
        top: 23%;
        left: 61.7%;
    }
    .circle__3 { /* Monde */
        top: 32%;
        left: 76%;
    }
    .circle__4 { /* Little Gusto */
        top: 42%;
        left: 76%;
    }
    .circle__4-5 { /* duos play */
        top: 50%;
        left: 60.7%;
    }
    .circle__5 { /* nuno */
        top: 55%;
        left: 39%;
    }
    .circle__6 { /* riokids */
        top: 49.4%;
        left: 17.5%;
    }
    .circle__7 { /* royal weddings */
        top: 42%;
        left: 3%; 
    }
    .circle__8 { /* six */
        top: 32%;
        left: 3%; 
    }
    .circle__9 { /* Altex */
        top: 23%;
        left: 17%;
    }
    .line__1 {
        display: none;
    }
    .second__text {
        top: 23%;
    }
}
@media (min-width: 797.98px) {
    .main__text {
        font-size: 9rem !important;
    }
}