@media screen and (max-width: 1440px) {
    .sideBanner {
        display: none;
    }
}

@media screen and (min-width: 1440px) {
    .sideBannerCampaign {
        position: relative;
        padding: 0 150px !important;
        max-width: none !important;
    }

    .sideBanner {
        top: 0;
        width: 150px;
        height: 100%;
    !important;
        display: block;
        background: rgb(240, 240, 240);
    !important;
        opacity: 1;
        z-index: 1;
    }

    .sideBanner.left {
        left: 0;
        position: absolute;
    }

    .sideBanner.right {
        right: 0;
        position: absolute;
    }
}
