﻿@charset "UTF-8";
#GTX950M {
    background: url("../images/gaming_1920.jpg") center bottom no-repeat;
    height: 795px;
}

#GTX950M div {
    position: absolute;
    left: 191px;
    top: 23px;
    width: 1003px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #GTX950M {
        background: url("../images/gaming_1366.jpg") center bottom no-repeat;
        height: 600px;
    }
    #GTX950M div {
        left: 60px;
        top: 27px;
        width: 845px;
        height: 197px;
    }
}

@media screen and (max-width: 960px) {
    #GTX950M {
        background: url("../images/gaming_960.jpg") center bottom no-repeat;
        height: 650px;
    }
    #GTX950M div {
        left: 20px;
        top: 37px;
        width: 597px;
        height: 254px;
    }
}

@media screen and (max-width: 640px) {
    #GTX950M {
        background: url("../images/gaming_640.jpg") center bottom no-repeat;
        height: 750px;
    }
    #GTX950M div {
        left: 9px;
        top: 9px;
        width: 295px;
        height: 292px;
    }
}
