﻿@charset "UTF-8";
#UHD_4K {
    background: url("../images/uhd_1920.jpg") center center no-repeat;
    height: 776px;
}

#UHD_4K .frame {
    position: absolute;
    left: 108px;
    top: 220px;
    width: 1170px;
}

#UHD_4K h3 {
    width: 950px;
}

@media screen and (max-width: 1366px) {
    #UHD_4K {
        background: url(../images/uhd_1366.jpg) center 100px no-repeat;
        height: 705px;
    }
    #UHD_4K .frame {
        left: 72px;
        top: 98px;
        width: 822px;
    }
    #UHD_4K h3 {
        width: auto;
    }
}

@media screen and (max-width: 960px) {
    #UHD_4K {
        background: url(../images/uhd_960.jpg) center 240px no-repeat;
        height: 850px;
    }
    #UHD_4K .frame {
        left: 41px;
        top: 70px;
        width: 533px;
    }
}

@media screen and (max-width: 640px) {
    #UHD_4K {
        background: url(../images/uhd_640.jpg) center 120px no-repeat;
        height: 790px;
    }
    #UHD_4K .frame {
        /*top: 140px !important;*/
    }
}
