@charset "UTF-8";
#vr {
    background: url("../images/vr_1920.jpg") center center no-repeat;
    height: 846px;
}

#vr div {
    position: absolute;
    left: 128px;
    top: 360px;
    width: 640px;
    height: 247px;
}



@media screen and (max-width: 1366px) {
    #vr {
        background: url("../images/vr_1366.jpg") center 0 no-repeat;
        height: 724px;
    }
    #vr div {
        left: 66px;
        top: 232px;
        width: 480px;
        height: 333px;
    }
}

@media screen and (max-width: 960px) {
    #vr {
        background: url(../images/vr_960.jpg) center no-repeat;
        height: 627px;
    }
    #vr div {
        left: 0px;
        top: 125px;
        width: 540px;
        height: 300px;
    }
}

@media screen and (max-width: 640px) {
    #vr {
        background-image: url(../images/vr_640.jpg);
        height: 621px;
    }
    #vr div {

        top: 50px !important;
    }
}