#sound {
    background-image: url(../images/sound_1920.jpg);
    height: 876px;
    background-position: center -50px;
}

@media screen and (max-width: 1366px) {
    #sound {
        background-image: url(../images/sound_1366.jpg);
        height: 700px;
        background-position: center -39px;
    }
}

@media screen and (max-width: 960px) {
    #sound {
        background-image: url(../images/sound_960.jpg);
        height: 497px;
        background-position: center -70px;
    }
}

@media screen and (max-width: 640px) {
    #sound {
        background-image: url(../images/sound_640.jpg);
        height: 553px;
        background-position: center 95px;
    }
}
