﻿@charset "UTF-8";
#DDR4 {
    background: url("../images/ddr4_1920.jpg") center center no-repeat;
    height: 876px;
}

#DDR4 .frame {
    position: absolute;
    left: 751px;
    top: 136px;
    width: 530px;
}

#DDR4 h2 {
    width: 400px;
}

@media screen and (max-width: 1366px) {
    #DDR4 {
        background: url("../images/ddr4_1366.jpg") center bottom no-repeat;
        height: 725px;
    }
    #DDR4 .frame {
        left: 80px;
        top: 72px;
        width: 790px;
    }
    #DDR4 h2 {
        width: auto;
    }
}

@media screen and (max-width: 960px) {
    #DDR4 {
        background: url("../images/ddr4_960.jpg") center bottom 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 55px no-repeat;
        height: 710px;
    }
}
