#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: 780px;
        background-position: center 56px;
    }
}

@media screen and (max-width: 960px) {
    #gaming {
        background-image: url(../images/gaming_960.jpg);
        height: 673px;
    }
}

@media screen and (max-width: 640px) {
    #gaming {
        background-image: url(../images/gaming_640.jpg);
        height: 846px;
        background-position: center 89px;
    }
}
