﻿@charset "UTF-8";
#fullhd {
    background: url(../images/fullhd_1920.jpg) center 0px no-repeat;
    height: 866px;
}

#fullhd div {
    position: absolute;
    left: 154px;
    top: 90px;
    width: 1100px;
    height: 248px;
}


#fullhd h2 {}

@media screen and (max-width: 1366px) {
    #fullhd {
        background: url(../images/fullhd_1366.jpg) center 0px no-repeat;
        height: 780px;
    }
    #fullhd div {
        left: 144px;
        top: 70px;
        width: 706px;
        height: 173px;
    }
}

@media screen and (max-width: 960px) {
    #fullhd {
        background: url(../images/fullhd_960.jpg) center 30px no-repeat;
        height: 720px;
    }
    #fullhd div {
        left: 27px;
        top: 100px;
        width: 572px;
        height: 208px;
    }
}

@media screen and (max-width: 640px) {
    #fullhd {
        background: url(../images/fullhd_640.jpg) center -110px no-repeat;
        height: 545px;
    }
    #fullhd div {
        top: 30px !important;
    }
}