﻿@charset "UTF-8";

#GTX970M {
    background: url("../images/01_Graphic_W1920_72dpi.jpg") center center no-repeat;
    height: 900px;
}

    #GTX970M div {
        position: absolute;
        left: 191px;
        top: 23px;
        width: 1013px;
        height: 247px;
    }


@media screen and (max-width: 1366px) {

    #GTX970M {
        background: url("../images/01_Graphic_W1366_72dpi.jpg") center 0 no-repeat;
        height: 575px;
    }

        #GTX970M div {
            left: 50px;
            top: 17px;
            width: 845px;
            height: 197px;
        }
}


@media screen and (max-width: 960px) {

    #GTX970M {
        background: url("../images/01_Graphic_W960_72dpi.jpg") center bottom no-repeat;
        height: 660px;
    }

        #GTX970M div {
            left: 20px;
            top: 37px;
            width: 597px;
            height: 254px;
        }
}


@media screen and (max-width: 640px) {

    #GTX970M {
        background: url("../images/01_Graphic_W640_72dpi.jpg") center bottom no-repeat;
        height: 880px;
    }

        #GTX970M div {
            left: 9px;
            top: 9px;
            width: 295px;
            height: 292px;
        }
}
