﻿@charset "UTF-8";
#VRAM {
    background: url("../images/vram_1920.jpg") center 50px no-repeat;
    height: 740px;
}

#VRAM div {
    position: absolute;
    left: 163px;
    top: 46px;
    width: 1073px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #VRAM {
        background: url("../images/vram_1366.jpg") center 0 no-repeat;
        height: 531px;
    }
    #VRAM div {
        left: 61px;
        top: 31px;
        width: 843px;
        height: 247px;
    }
}

@media screen and (max-width: 960px) {
    #VRAM {
        background: url("../images/vram_960.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/vram_640.jpg") center bottom no-repeat;
        height: 750px;
    }
    #VRAM div {
        left: 20px;
        top: 7px;
        width: 276px;
        height: 306px;
    }
}
