﻿@charset "UTF-8";

#VRAM {
    background: url("../images/02_VRAM_W1920_72dpi.jpg") center bottom no-repeat;
    height: 900px;
}

    #VRAM div {
        position: absolute;
        left: 163px;
        top: 0;
        width: 1073px;
        height: 247px;
    }


@media screen and (max-width: 1366px) {

    #VRAM {
        background: url("../images/02_VRAM_W1366_72dpi.jpg") center bottom no-repeat;
        height: 750px;
    }

        #VRAM div {
            left: 61px;
            top: 31px;
            width: 843px;
            height: 247px;
        }
}


@media screen and (max-width: 960px) {

    #VRAM {
        background: url("../images/02_VRAM_W960_72dpi.jpg") center bottom no-repeat;
        height: 640px;
    }

        #VRAM div {
            left: 40px;
            top: 25px;
            width: 558px;
            height: 201px;
        }
}


@media screen and (max-width: 640px) {

    #VRAM {
        background: url("../images/02_VRAM_W640_72dpi.jpg") center bottom no-repeat;
        height: 750px;
    }

        #VRAM div {
            left: 20px;
            top: 7px;
            width: 276px;
            height: 306px;
        }
}
