﻿@charset "UTF-8";
#DDR4 {
    background: url("../images/ddr4_1920.jpg") center 60px no-repeat;
    height: 876px;
}

#DDR4 .frame {
    position: absolute;
    left: 751px;
    top: 86px;
    width: 541px;
}

#DDR4 h2 {
    width: 400px;
}

@media screen and (max-width: 1366px) {
    #DDR4 {
        background: url("../images/ddr4_1366.jpg") center 90px no-repeat;
        height: 675px;
    }
    #DDR4 .frame {
        left: 550px;
        top: 120px;
        width: 450px;
    }
    #DDR4 h2 {
        width: auto;
    }
}

@media screen and (max-width: 960px) {
    #DDR4 {
        background: url("../images/ddr4_960.jpg") center 110px no-repeat;
        height: 750px;
    }
    #DDR4 .frame {
        left: 27px;
        top: 40px;
        width: 572px;
    }
}

@media screen and (max-width: 640px) {
    #DDR4 {
        background: url("../images/ddr4_640.jpg") center 90px no-repeat;
        height: 730px;
    }
}
