@charset "UTF-8";
#usb {
    background: url("../images/usb_1920.jpg") center 41px no-repeat;
    height: 656px;
}

#usb div {
    position: absolute;
    left: 154px;
    top: 108px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #usb {
        background: url("../images/usb_1366.jpg") center 121px no-repeat;
        height: 531px;
    }
    #usb div {
        left: 144px;
        top: 91px;
        width: 706px;
        height: 187px;
    }
}

@media screen and (max-width: 960px) {
    #usb {
        background: url("../images/usb_960.jpg") center 123px no-repeat;
        height: 514px;
    }
    #usb div {
        left: 44px;
        top: 76px;
        width: 572px;
        height: 224px;
    }
    #usb h3 {
        width: auto;
    }
}

@media screen and (max-width: 640px) {
    #usb {
        background-image: url("../images/usb_640.jpg");
        height: 442px;
        background-position: center -68px;
    }
    #usb div {
        top: 30px !important;
    }
}
