#ssd {
    background-image: url(../images/ssd_1920.jpg);
    height: 876px;
}

@media screen and (max-width: 1366px) {
    #ssd {
        background-image: url(../images/ssd_1366.jpg);
        height: 700px;
    }
}

@media screen and (max-width: 960px) {
    #ssd {
        background-image: url(../images/ssd_960.jpg);
        height: 590px;
    }
}

@media screen and (max-width: 640px) {
    #ssd {
        background-image: url(../images/ssd_640.jpg);
        height: 970px;
        background-position: center 65px;
    }
}
