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