#ssd {
    background-image: url(../images/ssd_1920.jpg);
    height: 816px;
    background-position: center -10px;
}

@media screen and (max-width: 1366px) {
    #ssd {
        background-image: url(../images/ssd_1366.jpg);
        height: 682px;
        background-position: center 71px;
    }
}

@media screen and (max-width: 960px) {
    #ssd {
        background-image: url(../images/ssd_960.jpg);
        height: 700px;
    }
}

@media screen and (max-width: 640px) {
    #ssd {
        background-image: url(../images/ssd_640.jpg);
        height: 866px;
        background-position: center 163px;
    }
}
