﻿@charset "UTF-8";
#fullhd {
    background: url("../images/fullhd_1920.jpg") center 84px no-repeat;
    height: 806px;
}

#fullhd div {
    position: absolute;
    left: 130px;
    top: 60px;
    width: 1130px;
    height: 162px;
}

@media screen and (max-width: 1366px) {
    #fullhd {
        background: url("../images/fullhd_1366.jpg") center 90px no-repeat;
        height: 620px;
    }
    #fullhd div {
        left: 96px;
        top: 70px;
        width: 800px;
        height: 137px;
    }
}

@media screen and (max-width: 960px) {
    #fullhd {
        background: url("../images/fullhd_960.jpg") center bottom no-repeat;
        height: 660px;
    }
    #fullhd div {
        left: 20px;
        top: 37px;
        width: 581px;
        height: 246px;
    }
}

@media screen and (max-width: 640px) {
    #fullhd {
        background: url("../images/fullhd_640.jpg") center -50px no-repeat;
        height: 554px;
    }
}
