﻿@charset "UTF-8";
#GTX965M {
    background: url("../images/gtx965_1920.jpg") center 50px no-repeat;
    height: 825px;
}

#GTX965M div {
    position: absolute;
    left: 191px;
    top: 59px;
    width: 1003px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #GTX965M {
        background: url("../images/gtx965_1366.jpg") center 74px no-repeat;
        height: 606px;
    }
    #GTX965M div {
        left: 50px;
        top: 57px;
        width: 845px;
        height: 197px;
    }
}

@media screen and (max-width: 960px) {
    #GTX965M {
        background: url("../images/gtx965_960.jpg") center 0 no-repeat;
        height: 700px;
    }
    #GTX965M div {
        left: 20px;
        top: 37px;
        width: 597px;
        height: 254px;
    }
}

@media screen and (max-width: 640px) {
    #GTX965M {
        background: url("../images/gtx965_640.jpg") center 208px no-repeat;
        height: 920px;
    }
    #GTX965M div {
        left: 9px;
        top: 9px;
        width: 295px;
        height: 292px;
    }
}
