﻿@charset "UTF-8";
#GTX940M {
    background: url("../images/gtx940m_1920.jpg") center 106px no-repeat;
    height: 864px;
}

#GTX940M div {
    position: absolute;
    left: 191px;
    top: 23px;
    width: 1003px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #GTX940M {
        background: url("../images/gtx940m_1366.jpg") center bottom no-repeat;
        height: 600px;
    }
    #GTX940M div {
        left: 60px;
        top: 27px;
        width: 845px;
        height: 197px;
    }
}

@media screen and (max-width: 960px) {
    #GTX940M {
        background: url("../images/gtx940m_960.jpg") center 50px no-repeat;
        height: 568px;
    }
    #GTX940M div {
        left: 20px;
        top: 37px;
        width: 597px;
        height: 254px;
    }
}

@media screen and (max-width: 640px) {
    #GTX940M {
        background: url("../images/gtx940m_640.jpg") center 50px no-repeat;
        height: 502px;
    }
    #GTX940M div {
        left: 9px;
        top: 9px;
        width: 295px;
        height: 292px;
    }
}
