#gaming {
    background-image: url(../images/gaming_1920.jpg);
    height: 876px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1366px) {
    #gaming {
        background-image: url(../images/gaming_1366.jpg);
        height: 832px;
        background-position: center 128px;
    }
}

@media screen and (max-width: 960px) {
    #gaming {
        background-image: url(../images/gaming_960.jpg);
        height: 720px;
    }
}

@media screen and (max-width: 640px) {
    #gaming {
        background-image: url(../images/gaming_640.jpg);
        height: 877px;
    }
}
