#swap {
    background-image: url(../images/swap_1920.jpg);
    height: 738px;
    background-position: center -100px;
}

@media screen and (max-width: 1366px) {
    #swap {
        background-image: url(../images/swap_1366.jpg);
        height: 577px;
        background-position: 0px -71px;
    }
}

@media screen and (max-width: 960px) {
    #swap {
        background-image: url(../images/swap_960.jpg);
        height: 476px;
        background-position: center -110px;
    }
}

@media screen and (max-width: 640px) {
    #swap {
        background-image: url(../images/swap_640.jpg);
        height: 425px;
        background-position: center -145px;
    }
}
