﻿@charset "UTF-8";
#display {
    background: url("../images/display_1920.jpg") center 60px no-repeat;
    height: 741px;
}

#display div {
    position: absolute;
    left: 191px;
    top: 51px;
    width: 1003px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #display {
        background: url("../images/display_1366.jpg") center 86px no-repeat;
        height: 581px;
    }
    #display div {
        left: 60px;
        top: 17px;
        width: 845px;
        height: 218px;
    }
}

@media screen and (max-width: 960px) {
    #display {
        background: url("../images/display_960.jpg") center 20px no-repeat;
        height: 550px;
    }
    #display div {
        left: 29px;
        top: 22px;
        width: 577px;
        height: 277px;
    }
}

@media screen and (max-width: 640px) {
    #display {
        background: url("../images/display_640.jpg") center -34px no-repeat;
        height: 438px;
    }
}
