﻿@charset "UTF-8";

#macro {
    background: url("../images/macro_1920.jpg") center center no-repeat;
    height: 776px;
}

    #macro div {
        position: absolute;
        left: 130px;
        top: 33px;
        width: 1130px;
        height: 162px;
    }


@media screen and (max-width: 1366px) {

    #macro {
        background: url("../images/macro_1366.jpg") center 0 no-repeat;
        height: 575px;
    }

        #macro div {
            left: 96px;
            top: 0;
            width: 746px;
            height: 137px;
        }
}


@media screen and (max-width: 960px) {

    #macro {
        background: url("../images/macro_960.jpg") center bottom no-repeat;
        height: 660px;
    }

        #macro div {
            left: 20px;
            top: 96px;
            width: 581px;
            height: 246px;
        }
}


@media screen and (max-width: 640px) {

    #macro {
        background: url("../images/macro_640.jpg") center bottom no-repeat;
        height: 520px;
    }
}
