#VRReady {
    background-color: #000;
    background-image: url(../images/VR-ready_W1920.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 751px;
}

@media screen and (max-width: 1366px) {
    #VRReady {
        background-image: url(../images/VR-ready_W1366.jpg);
        height: 534px;
    }
}

@media screen and (max-width: 960px) {
    #VRReady {
        background-image: url(../images/VR-ready_W960.jpg);
        height: 589px;
        background-position: center 100px;
    }
}

@media screen and (max-width: 640px) {
    #VRReady {
        background-image: url(../images/VR-ready_W640.jpg);
        height: 631px;
    }
}
