﻿@charset "UTF-8";

#UHD_4K {
    background: url("../images/uhd_1920.jpg") center center no-repeat;
    height: 776px;
}

    #UHD_4K div {
        position: absolute;
        left: 108px;
        top: 121px;
        width: 1170px;
        height: 247px;
    }

    #UHD_4K h3 {
        width: 950px;
    }


@media screen and (max-width: 1366px) {

    #UHD_4K {
        background: url("../images/uhd_1366.jpg") center bottom no-repeat;
        height: 625px;
    }

        #UHD_4K div {
            left: 72px;
            top: 48px;
            width: 822px;
            height: 221px;
        }

        #UHD_4K h3 {
            width: auto;
        }
}


@media screen and (max-width: 960px) {

    #UHD_4K {
        background: url("../images/uhd_960.jpg") center bottom no-repeat;
        height: 800px;
    }

        #UHD_4K div {
            left: 11px;
            top: 20px;
            width: 603px;
            height: 290px;
        }
}


@media screen and (max-width: 640px) {

    #UHD_4K {
        background: url("../images/uhd_640.jpg") center bottom no-repeat;
        height: 880px;
    }
}
