.campaign-bg {
    /*background:url('../images/temp/campaign/background.jpg') repeat-y center top;
    background-size: 1920px 1500px;*/

    background: #eb404c;
}

@media (max-width: 1920px) {
    .campaign-bg {
        background-size: 100% !important;
        
    }
}