﻿@charset "UTF-8";
#DDR4 {
    background: url("../images/ddr4_1920.jpg") center -40px no-repeat;
    height: 804px;
}

#DDR4 div {
    position: absolute;
    left: 772px;
    top: 166px;
    width: 580px;
    height: 248px;
}


/*#DDR4 center {
    text-align: center;
}
*/

#DDR4 h2 {}

#DDR4 .ptext {
    position: absolute;
    left: 780px;
    top: 664px;
    color: #7d7d7d;
    font-size: 12px;
}

@media screen and (max-width: 1366px) {
    #DDR4 {
        background: url("../images/ddr4_1366.jpg") center 0 no-repeat;
        height: 575px;
    }
    #DDR4 div {
        left: 534px;
        top: 142px;
        width: 444px;
        height: 169px;
    }
    #DDR4 .ptext {
        left: 560px;
        top: 514px;
    }
}

@media screen and (max-width: 960px) {
    #DDR4 {
        background: url(../images/ddr4_960.jpg) center 24px no-repeat;
        height: 742px;
    }
    #DDR4 div {
        left: 27px;
        top: 28px;
        width: 572px;
        height: 208px;
    }
    #DDR4 .ptext {
        left: 30px;
        top: 204px;
    }
}

@media screen and (max-width: 640px) {
    #DDR4 {
        background: url(../images/ddr4_640.jpg) center -77px no-repeat;
        height: 583px;
    }
    #DDR4 .ptext {
        left: 0px !important;
        top: -16px !important;
    }
}
