﻿@charset "UTF-8";
#wqhd {
    background: url("../images/wqhd_1920.jpg") center 0px no-repeat;
    height: 880px;
}

#wqhd div {
    position: absolute;
    left: 154px;
    top: 136px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #wqhd {
        background: url("../images/wqhd_1366.jpg") center 20px no-repeat;
        height: 692px;
    }
    #wqhd div {
        left: 126px;
        top: 29px;
        width: 706px;
        height: 173px;
    }
}

@media screen and (max-width: 960px) {
    #wqhd {
        background: url("../images/wqhd_960.jpg") center 95px no-repeat;
        height: 693px;
    }
    #wqhd div {
        left: 35px;
        top: 82px;
        width: 564px;
        height: 245px;
    }
}

@media screen and (max-width: 640px) {
    #wqhd {
        background-image: url("../images/wqhd_640.jpg");
        background-position: center 65px;
        height: 786px;
    }
}
