﻿@charset "UTF-8";
#CPU_6th {
    background: url("../images/cpu_1920.jpg") center 29px no-repeat;
    height: 766px;
}

#CPU_6th div {
    position: absolute;
    left: 689px;
    top: 211px;
    width: 696px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #CPU_6th {
        background: url("../images/cpu_1366.jpg") center 30px no-repeat;
        height: 592px;
    }
    #CPU_6th div {
        left: 486px;
        top: 155px;
        width: 492px;
        height: 333px;
    }
}

@media screen and (max-width: 960px) {
    #CPU_6th {
        background: url(../images/cpu_960.jpg) center 113px no-repeat;
        height: 656px;
    }
    #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 -50px;
    }
    #CPU_6th div {
        top: 25px !important;
    }
}
