<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#DDR {
    background: url("../images/ddr4_1920.jpg") center bottom no-repeat;
    height: 776px;
}
    #DDR .frame {
    	top: 180px;
    }


@media screen and (max-width: 1366px) {
    #DDR {
        background: url("../images/ddr4_1366.jpg") center 0 no-repeat;
        height: 575px;
    }
        #DDR .frame {
			top: 60px;
        }
}


@media screen and (max-width: 960px) {
    #DDR {
        background: url("../images/ddr4_960.jpg") center 0 no-repeat;
        height: 600px;
    }
        #DDR .frame {
			top: 40px;
        }
}


@media screen and (max-width: 640px) {
    #DDR {
        background: url("../images/ddr4_640.jpg") center 80px no-repeat;
        height: 560px;
    }   
        #DDR .frame {
			top: 35px;
        }
}
</pre></body></html>