.banner {
    padding: 120px 0 96px;
    background-image: url(../../images/decorative-items/mobile-curve.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.banner .logo {
    max-width: 200px;
    height: 45px;
}

.banner__imagery {
    margin-top: 70px;
}

.compaigns .banner__imagery {
    min-height: 360px;
}

.white-cutout-right.banner__has-decorative-elm:before {
    background: url(../../images/decorative-items/red-single-star.svg) no-repeat center center / contain;
    width: 48px;
    height: 46px;
    left: -60px;
    top: -5px;
}





@media all and (max-width: 991px) {
    .gaming .banner__imagery img {
        max-width: inherit
    }
}

@media all and (min-width: 768px) {
    .banner {
        background-image: url(../../images/decorative-items/right-curve.png);
    }

    .banner__content {
        padding-right: var(--spacing-07)
    }

    .white-cutout-right.bg-peach {
        background-image: none;
    }

    .white-cutout-right.banner__has-decorative-elm:before {
        background-image: url(https://staging.couchbase.com/wp-content/themes/couchbase-com/images/decorative-items/white-cutout.png);
        height: 100%;
        left: 50%;
        top: 0;
        bottom: 0;
        background-color: var(--white);
        width: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left center;
        z-index: -1;
    }

    .white-cutout-right .banner__imagery__has-decorative-elm:before {
        background: url(../../images/decorative-items/red-single-star.svg) no-repeat center center / contain;
        width: 48px;
        height: 46px;
        left: -60px;
        top: -5px;
    }

    .white-cutout-right .banner__imagery__has-decorative-elm:after {
        position: absolute;
        background: url(../../images/decorative-items/black-slash.png)no-repeat center center/contain;
        width: 82px;
        height: 248px;
        bottom: -70px;
        left: -10px;
        z-index: -1;
    }


    .gaming .banner__imagery img {
        right: -50px;
    }

    .banner__imagery img {
        position: relative;
    }

    .banner__imagery {
        margin-top: 0;
    }

}

@media all and (min-width: 992px) {
    .banner__content {
        padding-right: var(--spacing-08)
    }

    .gaming .banner__imagery img {
        right: -130px;
    }

}

@media all and (min-width: 1280px) {
    .banner__content {
        padding-right: 110px;
    }

    .gaming .banner__imagery img {
        right: -260px;
    }
}

@media all and (min-width: 1440px) {
    .white-cutout-right .banner__imagery__has-decorative-elm::after {
        width: 105px;
        height: 321px;
    }
}

@media all and (min-width: 1920px) {
    .banner__has-decorative-elm:after {
        bottom: -90px;
    }

    .banner {
        padding: var(--spacing-09) 0 var(--spacing-10);
    }
}