﻿@charset "UTF-8";
#DDR4 {
    background: url("../images/ddr4_1920.jpg") center -30px no-repeat;
    height: 707px;
}

#DDR4 div {
    position: absolute;
    left: 154px;
    top: 142px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #DDR4 {
        background: url("../images/ddr4_1366.jpg") center bottom no-repeat;
        height: 586px;
    }
    #DDR4 div {
        left: 144px;
        top: 68px;
        width: 706px;
        height: 187px;
    }
}

@media screen and (max-width: 960px) {
    #DDR4 {
        background: url("../images/ddr4_960.jpg") center 72px no-repeat;
        height: 613px;
    }
    #DDR4 div {
        left: 44px;
        top: 74px;
        width: 572px;
        height: 224px;
    }
    #DDR4 h3 {
        width: auto;
    }
}

@media screen and (max-width: 640px) {
    #DDR4 {
        background-image: url("../images/ddr4_640.jpg");
        height: 669px;
        background-position: center 97px;
    }
}
