﻿@charset "UTF-8";

#macro {
    background: url("../images/macro_1920.jpg") center center no-repeat;
    height: 776px;
}

    #macro .frame {
        position: absolute;
        left: 154px;
        top: 68px;
        width: 1065px;
    }


@media screen and (max-width: 1366px) {

    #macro {               
        background: url("../images/macro_1366.jpg") center bottom no-repeat;
        height: 655px;
    }

        #macro .frame {          
            left: 80px;
            top: 90px;
            width: 770px;
        }
}


@media screen and (max-width: 960px) {

    #macro {
        background: url("../images/macro_960.jpg") center bottom no-repeat;
        height: 680px;
    }

        #macro .frame {         
            left: 40px;
            top: 100px;
            width: 520px;
        }
}


@media screen and (max-width: 640px) {

    #macro {
        background: url("../images/macro_640.jpg") center bottom no-repeat;
        height: 520px;
    }
}
