﻿@charset "UTF-8";

#VRAM {
    background: url("../images/02_VRAM_W1920_72dpi.jpg") center center no-repeat;
    height: 777px;
}

#VRAM div{            
    position: absolute;
    left: 163px;
    top: 46px;
    width: 1073px;
    height: 247px;                          
}


@media screen and (max-width: 1366px) {    

    #VRAM {
        background: url("../images/02_VRAM_W1366_72dpi.jpg") center 0 no-repeat;
        height: 575px;
    }   
#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: 590px;
    }          
#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;                     
}
}
