﻿@charset "UTF-8";
#blueray {
    background: url("../images/blueray_1920.jpg") center center no-repeat;
    height: 776px;
}

#blueray div {
    position: absolute;
    left: 154px;
    top: 70px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #blueray {
        background: url("../images/blueray_1366.jpg") center 50px no-repeat;
        height: 620px;
    }
    #blueray div {
        left: 74px;
        top: 74px;
        width: 818px;
        height: 176px;
    }
}

@media screen and (max-width: 960px) {
    #blueray {
        background: url("../images/blueray_960.jpg") center -12px no-repeat;
        height: 660px;
    }
    #blueray div {
        left: 20px;
        top: 32px;
        width: 581px;
        height: 246px;
    }
}

@media screen and (max-width: 640px) {
    #blueray {
        background: url("../images/blueray_640.jpg") center -167px no-repeat;
        height: 496px;
    }
}
