﻿@charset "UTF-8";

#design {
    background: url("../images/design_1920.jpg") center center no-repeat;
    height: 776px;
}

    #design .frame {
        position: absolute;
        left: 84px;
        top: 193px;
        width: 634px;
    }


@media screen and (max-width: 1366px) {

    #design {
        background: url("../images/design_1366.jpg") center 0 no-repeat;
        height: 575px;
    }

        #design .frame {
            left: 54px;
            top: 150px;
            width: 462px;
        }
}


@media screen and (max-width: 960px) {

    #design {                 
    background: url("../images/design_960.jpg") center bottom no-repeat;
    height: 700px;
    }

        #design .frame {       
            left: 26px;
            top: 90px;
            width: 560px;
        }
}


@media screen and (max-width: 640px) {

    #design {
        background: url("../images/design_640.jpg") center bottom no-repeat;
        height: 500px;
    }
}
