﻿@charset "UTF-8";

#hdmi20 {
    background: url("../images/hdmi_1920.jpg") center center 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;
    }

        #hdmi20 div {
            left: 129px;
            top: 65px;
            width: 726px;
            height: 149px;
        }
}


@media screen and (max-width: 960px) {

    #hdmi20 {
        background: url("../images/hdmi_960.jpg") center bottom no-repeat;
        height: 600px;
    }

        #hdmi20 div {
            left: 20px;
            top: 74px;
            width: 602px;
            height: 172px;
        }
}


@media screen and (max-width: 640px) {

    #hdmi20 {
        background: url("../images/hdmi_640.jpg") center bottom no-repeat;
        height: 580px;
    }
}
