﻿@charset "UTF-8";
#UHD_4K {
    background: url(../images/uhd_1920.jpg) center center no-repeat;
    height: 856px;
}

#UHD_4K .frame {
    position: absolute;
    left: 258px;
    top: 100px;
    width: 1170px;
    height: 247px;
}

#UHD_4K h3 {
    width: 950px;
}

@media screen and (max-width: 1366px) {
    #UHD_4K {
        background: url(../images/uhd_1366.jpg) center 161px no-repeat;
        height: 715px;
    }
    #UHD_4K .frame {
        left: 72px;
        top: 138px;
        width: 822px;
        height: 221px;
    }
    #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: 11px;
        top: 90px;
        width: 603px;
        height: 290px;
    }
}

@media screen and (max-width: 640px) {
    #UHD_4K {
        background: url(../images/uhd_640.jpg) center 170px no-repeat;
        height: 860px;
    }
    #UHD_4K .frame {
        top: 60px !important;
    }
}
