﻿@charset "UTF-8";
#CPU_6th {
    background: url("../images/cpu_1920.jpg") center 129px no-repeat;
    height: 866px;
}

#CPU_6th div {
    position: absolute;
    left: 439px;
    top: 51px;
    width: 596px;
    height: 247px;
    /* text-align: center;
*/
}

@media screen and (max-width: 1366px) {
    #CPU_6th {
        background: url("../images/cpu_1366.jpg") center 90px no-repeat;
        height: 592px;
    }
    #CPU_6th div {
        left: 286px;
        top: 35px;
        width: 402px;
        height: 333px;
    }
}

@media screen and (max-width: 960px) {
    #CPU_6th {
        background: url("../images/cpu_960.jpg") center 113px no-repeat;
        height: 616px;
    }
    #CPU_6th div {
        left: 64px;
        top: 35px;
        width: 507px;
        height: 217px;
    }
}

@media screen and (max-width: 640px) {
    #CPU_6th {
        background-image: url("../images/cpu_640.jpg");
        height: 492px;
        background-position: center 33px;
    }
    #CPU_6th div {
        top: 25px !important;
    }
}
