﻿@charset "UTF-8";
#hotd {
    background: url("../images/hotd_1920.jpg") center center no-repeat;
    height: 856px;
}

#hotd div {
    position: absolute;
    left: 91px;
    top: 116px;
    width: 1158px;
    height: 248px;
}

#hotd center {
    text-align: center;
}

#DDR4 h2 {}

@media screen and (max-width: 1366px) {
    #hotd {
        background: url("../images/hotd_1366.jpg") center 100px no-repeat;
        height: 625px;
    }
    #hotd div {
        left: 61px;
        top: 119px;
        width: 834px;
        height: 173px;
    }
}

@media screen and (max-width: 960px) {
    #hotd {
        background: url("../images/hotd_960.jpg") center 80px no-repeat;
        height: 700px;
    }
    #hotd div {
        left: 27px;
        top: 83px;
        width: 572px;
        height: 208px;
    }
}

@media screen and (max-width: 640px) {
    #hotd {
        background: url("../images/hotd_640.jpg") center 176px no-repeat;
        height: 816px;
    }
}
