﻿@charset "UTF-8";
#display {
    background: #000 url("../images/display_1920.jpg") center bottom no-repeat;
    padding: 100px 0 670px;
}

#display .frame {
    width: 1100px;
    margin: 0 auto;
}



@media screen and (max-width: 1366px) {
    #display {
        background-image: url("../images/display_1366.jpg");
        padding: 50px 0 460px;
    }
    #display .frame {
        width: 776px;
    }
}

@media screen and (max-width: 960px) {
    #display {
        background-image: url(../images/display_960.jpg);
        padding: 50px 0 420px;
    }
    #display .frame {
        width: 596px;
    }
}

@media screen and (max-width: 640px) {
    #display {
        background-image: url(../images/display_640.jpg);
        padding: 50px 0 280px;
    }
}