﻿@charset "UTF-8";
#hdmi20 {
    background: url("../images/hdmi_1920.jpg") center 120px no-repeat;
    height: 776px;
}

#hdmi20 div {
    position: absolute;
    left: 154px;
    top: 134px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #hdmi20 {
        background: url("../images/hdmi_1366.jpg") center 0 no-repeat;
        height: 575px;
        background-position: center 50px;
    }
    #hdmi20 div {
        left: 113px;
        top: 38px;
        width: 742px;
        height: 218px;
    }
}

@media screen and (max-width: 960px) {
    #hdmi20 {
        background: url("../images/hdmi_960.jpg") center 94px no-repeat;
        height: 670px;
    }
    #hdmi20 div {
        left: 33px;
        top: 43px;
        width: 574px;
        height: 277px;
    }
}

@media screen and (max-width: 640px) {
    #hdmi20 {
        background: url("../images/hdmi_640.jpg") center 100px no-repeat;
        height: 546px;
        /*background-position: center 80px;*/
    }
}
