﻿@charset "UTF-8";
#GTX1060 {
    background: url("../images/gtx1060_1920.jpg") center -66px no-repeat;
    height: 1692px;
}

#GTX1060 div {
    position: absolute;
    left: 850px;
    top: 204px;
    width: 495px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #GTX1060 {
        background: url("../images/gtx1060_1366.jpg") center -50px no-repeat;
        height: 1542px;
    }
    #GTX1060 div {
        left: 622px;
        top: 182px;
        width: 400px;
        height: 197px;
    }
}

@media screen and (max-width: 960px) {
    #GTX1060 {
        background: url("../images/gtx1060_960.jpg") center -80px no-repeat;
        height: 1772px;
    }
    #GTX1060 div {
        left: 396px;
        top: 144px;
        width: 318px;
        height: 254px;
    }
}

@media screen and (max-width: 640px) {
    #GTX1060 {
        background: url("../images/gtx1060_640.jpg") center -365px no-repeat;
        height: 2896px;
    }
    #GTX1060 div {
        left: 9px;
        top: 29px !important;
        width: 295px;
        height: 292px;
    }
}
