
.common-banner {
    background: url(../../images/decorative-items/vectorpeach.png) no-repeat 75% center / cover;
    padding: 160px 0 97px;
    min-height: 540px;
}


.banner__imagery--has-decorative-elm:after {
    background: url(../../images/decorative-items/curly-black.png) no-repeat center center/contain;
    width: 42px;
    height: 139px;
    left: -16px;
    top: 28px;
}

.common-banner--has-decorative-elm:after {
    background: url(../../images/decorative-items/red-star.png) no-repeat center center/contain;
    width: 82px;
    height: 81px;
    right: 20px;
    margin: auto;
    top: 100px;
    bottom: auto;
}

.banner__imagery img {
    position: absolute;
    right: -100px;
    top: -10px;
    height: 170px;
    width: auto;
}

@media only screen and (min-width: 768px) {
    .common-banner--has-decorative-elm:before {
        width: 50%;
        left: 0;
        height: 100%;
        top: 0;
        bottom: 0;
        background: var(--peach);
        z-index: -1;
    }

    .banner__imagery--has-decorative-elm:after {
        left: 100px;
        top: 0;
        margin: auto;
    }

    .common-banner--has-decorative-elm:after {
        left: 0;
        right: 15px;
    }

    .banner__imagery img {
        right: -90px;
        top: 195px;
        bottom: -100%;
        margin: auto;
        width: 455px;
        height: auto;
        position: relative;
    }
}

@media only screen and (min-width: 1280px) {
    .common-banner {
        background-position: 15% center;
        background-size: contain;
        padding: 203px 0 140px;
    }

    .banner__imagery img {
        right: -245px;
        top: 85px;
        bottom: -100%;
        width: 623px;
        position: absolute;
    }

    .banner__imagery--has-decorative-elm:after {
        width: 72px;
        height: 236px;
        left: 115px;
        top: -135%;
        bottom: -100%;
    }
}