﻿@charset "UTF-8";

#fullhd {
    background: url("../images/fullhd_1920.jpg") center bottom no-repeat;
    height: 776px;
}

    #fullhd div {
        position: absolute;
        left:218px;
top:32px;
width:939px;
height:169px;
    }

    #fullhd h3 {
        width: 950px;
    }


@media screen and (max-width: 1366px) {

    #fullhd {
        background: url("../images/fullhd_1366.jpg") center bottom no-repeat;
        height: 625px;
    }

        #fullhd div {
            left: 72px;
            top: 48px;
            width: 822px;
            height: 221px;
        }

        #fullhd h3 {
            width: auto;
        }
}


@media screen and (max-width: 960px) {

    #fullhd {
        background: url("../images/fullhd_960.jpg") center bottom no-repeat;
        height: 570px;
    }

        #fullhd div {
            left: 11px;
            top: 20px;
            width: 603px;
            height: 290px;
        }
}


@media screen and (max-width: 640px) {

    #fullhd {
        background: url("../images/fullhd_640.jpg") center bottom no-repeat;
        height: 420px;
    }
}
