

@media only screen and (min-width: 768px) {
    .banner__imagery--has-decorative-elm:before {
        background: url(../../images/decorative-items/orange-gt.svg) no-repeat center center;
        width: 100px;
        height: 111px;
        top: 5px;
        left: -70px;
        z-index: 1;
    }

    .banner__imagery--has-decorative-elm:after {
        background: url(../../images/decorative-items/Capella-stars.png) no-repeat center center/contain;
        width: 106px;
        height: 105px;
        right: -55px;
        top: 40px;
        bottom: 0;
        margin: auto;
    }
}

@media only screen and (min-width: 1280px) {
    .common-banner.two-column-usecase {
        padding: 80px 0 100px;
    }

    .banner__content {
        margin-top: 55px;
    }

    .banner__imagery {
        margin-top: 20px;
    }
}