﻿@charset "UTF-8";
#design {
    background: url("../images/design_1920.jpg") center 32px no-repeat;
    height: 668px;
}

#design div {
    position: absolute;
    left: 760px;
    top: 200px;
    width: 521px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #design {
        background: url("../images/design_1366.jpg") center 0 no-repeat;
        height: 460px;
    }
    #design div {
        left: 470px;
        top: 170px;
        width: 512px;
        height: 218px;
    }
}

@media screen and (max-width: 960px) {
    #design {
        background: url("../images/design_960.jpg") center -55px no-repeat;
        height: 505px;
    }
    #design div {
        left: 29px;
        top: 368px;
        width: 577px;
        height: 77px;
    }
}

@media screen and (max-width: 640px) {
    #design {
        background: url("../images/design_640.jpg") center -50px no-repeat;
        height: 512px;
    }
    #design div {
        top: 346px !important;
    }
}
