.global-banner {
    padding: calc(72px + 85px) 0 72px;
    overflow: hidden;
    min-height: 330px;
}

.two-column__banner {
    padding-top: calc(42px + 96px);
}

/* .single-column__banner .global-banner__content> * {
    width: 100%;
} */

.back-btn {
    margin-bottom: 32px;
    margin-top: -32px;
    display: inline-block;
}

.global-banner__sub-title>* {
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0;
}

.global-banner__title {
    margin-bottom: var(--spacing-04);
}
.global-banner__title,
.global-banner .cta-wrapper,
.global-banner__short-description{
    width: 100%;
}

.global-banner-imagery {
    display: none;
}

.global-banner .fa:before {
    font-size: 30px;
}

.global-banner .cta-wrapper{
    margin-top: 38px;
}
.global-banner__imagery-mobile{
    margin-bottom: 30px;
}
.global-banner__imagery-mobile,
.global-banner__imaery-content{
    position: relative;
    width: 100%;
}
.video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 60px;
}

.global-banner__sub-title{
    padding-bottom: 9px;
    letter-spacing: 2.16px;
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

@media all and (min-width: 768px) {
    .visible-xs{display: none;}
    .peach-cutout-right.global-banner__has-decorative-elm:before,
    .white-cutout-right.global-banner__has-decorative-elm:before {
        background-image: url(../../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-left.global-banner__has-decorative-elm:before {
        background-image: url(../../images/decorative-items/white-cutout-left.png);
        background-position: right center;
        height: 100%;
        right: 50%;
        top: 0;
        bottom: 0;
        background-color: var(--white);
        width: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }

    .peach-cutout-right.global-banner__has-decorative-elm:before {
        background-image: url(../../images/decorative-items/peach-cutout-svg.png);
        background-color: var(--peach);
        z-index: -1;
    }

    .two-column__banner .global-banner__content {
        padding-right: 10px;
    }

    .two-column__banner .global-banner-imagery__has-decorative-elm::before {
        background: url(../../images/decorative-items/black-star.svg) no-repeat center center / contain;
        width: 95px;
        height: 95px;
        right: 70px;
        top: -45px;
    }

    .extra__has-decorative-elm {
        position: absolute;
        background: url(../../images/decorative-items/orange-curly-bracket.svg)no-repeat center center/contain;
        width: 80px;
        height: 266px;
        bottom: -75px;
        left: 5px;
    }

    .two-column__banner .global-banner-imagery__has-decorative-elm::after {
        background: url(../../images/decorative-items/red-single-star.svg) no-repeat center center /contain;
        width: 48px;
        height: 46px;
        right: -25px;
        bottom: 50px;
    }

    .global-banner-imagery {
        display: flex;
        min-height: 296px;
    }

    /* .global-banner-imagery img {
        max-height: 200px;
    } */

    .two-column__banner .global-banner-imagery {
        padding-left: 60px;
    }
}

@media all and (min-width: 992px){
    .global-banner {
        padding: calc(72px + 45px) 0 72px;
    }
    .two-column__banner .global-banner-imagery {
        padding-left: 160px;
    }

    .two-column__banner .global-banner-imagery__has-decorative-elm::before{
        right: 245px;
    }
    .two-column__banner .global-banner-imagery__has-decorative-elm::after{
        bottom: 0;
    }
    .two-column__banner .global-banner__content {
        padding-right: 60px;
    }
    .video-play-icon {
        width: 80px;
    }
    .extra__has-decorative-elm {
        position: absolute;
        width: 120px;
        height: 397px;
        bottom: -130px;
        left: 25px;
    }
    .two-column__banner .global-banner-imagery__has-decorative-elm::before {
        width: 149px;
        height: 147px;
    }
    .two-column__banner .global-banner-imagery__has-decorative-elm::after {
        right: -40px;
        bottom: 140px;
    }
}

@media all and (min-width: 1280px){
    .two-column__banner .global-banner-imagery__has-decorative-elm::before{
        right: 436px;
    }

    .extra__has-decorative-elm{
        bottom: -230px;
    }
}