﻿@charset "UTF-8";
#CPU_6th {
    background: url("../images/cpu_1920.jpg") center center no-repeat;
    height: 735px;
}

#CPU_6th div {
    position: absolute;
    left: 641px;
    top: 251px;
    width: 723px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #CPU_6th {
        background: url("../images/cpu_1366.jpg") center center no-repeat;
        height: 534px;
    }
    #CPU_6th div {
        left: 381px;
        top: 112px;
        width: 510px;
        height: 333px;
    }
}

@media screen and (max-width: 960px) {
    #CPU_6th {
        background: url("../images/cpu_960.jpg") center 100px no-repeat;
        height: 770px;
    }
    #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: 690px;
        background-position: center 80px;
    }
    #CPU_6th div {
        left: 12px;
        top: 30px !important;
        width: 290px;
        height: 387px;
    }
}
