.teaser-right-wrapper {
    position: relative;
    width: 100%;
    height: 950px;
    max-width: 1400px;
    margin-top: 180px;
}

.teaser-left-wrapper {
    position: relative;
    width: 100%;
    height: 950px;
    max-width: 1400px;
}

.big-bubble--right {
    right: 0px;
    top: -64px;
    position: absolute;
    z-index: 9;
}

.big-bubble--left {
    left: 0px;
    top: 172px;
    position: absolute;
    z-index: 9;
}

.image--right {
    right: 148px;
    top: 276px;
    position: absolute;
    width: 548px;
    height: 681px;
}

.image--right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image--left {
    left: 80px;
    top: 160px;
    position: absolute;
    width: 662px;
    height: 681px;
}

.image--left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.small-bubble--left {
    left: 0px;
    bottom: 0;
    position: absolute;
    z-index: 9;
}

.small-bubble--right {
    right: 0px;
    top: 0;
    position: absolute;
    z-index: -1;
}

.teaser-content--left {
    height: 400px;
    width: 500px;
    position: absolute;
    top: 296px;
    left: 180px;
    z-index: 11;
}

.teaser-content--right {
    height: 400px;
    width: 500px;
    position: absolute;
    top: 160px;
    right: 80px;
    z-index: 11;
}

.teaser-text {
    padding-right: 60px;
}

@media screen and (max-width: 1100px) {
    .teaser-right-wrapper,
    .teaser-left-wrapper {
        position: relative;
        width: 100%;
        height: 850px;
        max-width: 100%;
        margin-top: 60px;
        display: flex;
        flex-direction: column;
    }

    .teaser-left-wrapper {
        height: 750px;
    }
    .big-bubble--right,
    .big-bubble--left {
        position: absolute;
        top: 220px;
        overflow: hidden;
        width: 100vw;
        display: flex;
        justify-content: center;
    }
    .big-bubble--right svg,
    .big-bubble--left svg {
        flex-shrink: 0;
    }
    .image--left,
    .image--right {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: auto;
        overflow: hidden;
        max-height: 500px;
    }
    .image--left img,
    .image--right img {
        height: 500px;
        max-height: 400px;
        width: 100%;
        object-fit: cover;
    }
    .small-bubble--right,
    .small-bubble--left {
        display: none;
    }
    .teaser-content--left,
    .teaser-content--right {
        height: fit-content;
        width: 100%;
        position: absolute;
        padding: 24px;
        top: 380px;
        left: 0;
    }
    .teaser-content--left {
        top: 320px;
    }
    .teaser-text {
        padding: 0px;
    }
}