﻿@charset "UTF-8";
#display {
    background: url("../images/display_1920.jpg") center center no-repeat;
    height: 680px;
}

#display div {
    position: absolute;
    left: 598px;
    top: 200px;
    width: 800px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #display {
        background: url("../images/display_1366.jpg") center 0 no-repeat;
        height: 552px;
    }
    #display div {
        left: 470px;
        top: 170px;
        width: 512px;
        height: 218px;
    }
}

@media screen and (max-width: 960px) {
    #display {
        background: url("../images/display_960.jpg") center 0 no-repeat;
        height: 550px;
    }
    #display div {
        left: 353px;
        top: 132px;
        width: 304px;
        height: 277px;
    }
}

@media screen and (max-width: 640px) {
    #display {
        background: url("../images/display_640.jpg") center -50px no-repeat;
        height: 596px;
    }
}
