@charset "UTF-8";
#UHD {
    background: url("../images/UHD_1920.jpg") center 29px no-repeat;
    height: 866px;
}

#UHD div {
    position: absolute;
    left: 154px;
    top: 128px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #UHD {
        background: url(../images/UHD_1366.jpg) center 80px no-repeat;
        height: 704px;
    }
    #UHD div {
        left: 106px;
        top: 87px;
        width: 778px;
        height: 137px;
    }
}

@media screen and (max-width: 960px) {
    #UHD {
        background: url(../images/UHD_960.jpg) center 200px no-repeat;
        height: 827px;
    }
    #UHD div {
        left: 58px;
        top: 57px;
        width: 518px;
        height: 221px;
    }
}

@media screen and (max-width: 640px) {
    #UHD {
        background: url(../images/UHD_640.jpg) center 92px no-repeat;
        height: 820px;
    }
}
