﻿@charset "UTF-8";
#GTX970M {
    background: url("../images/gtx970_1920.jpg") center 70px no-repeat;
    height: 825px;
}

#GTX970M div {
    position: absolute;
    left: 191px;
    top: 59px;
    width: 703px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #GTX970M {
        background: url("../images/gtx970_1366.jpg") center 104px no-repeat;
        height: 676px;
    }
    #GTX970M div {
        left: 50px;
        top: 57px;
        width: 845px;
        height: 197px;
    }
}

@media screen and (max-width: 960px) {
    #GTX970M {
        background: url("../images/gtx970_960.jpg") center 185px no-repeat;
        height: 900px;
    }
    #GTX970M div {
        left: 20px;
        top: 37px;
        width: 597px;
        height: 254px;
    }
}

@media screen and (max-width: 640px) {
    #GTX970M {
        background: url("../images/gtx970_640.jpg") center 165px no-repeat;
        height: 880px;
    }
    #GTX970M div {
        left: 9px;
        top: 29px !important;
        width: 295px;
        height: 292px;
    }
}
