﻿@charset "UTF-8";
#USB31 {
    background: url("../images/usb_1920.jpg") center center no-repeat;
    height: 776px;
}

#USB31 .frame {
    position: absolute;
    left: 182px;
    top: 164px;
    width: 890px;
}

@media screen and (max-width: 1366px) {
    #USB31 {
        background: url("../images/usb_1366.jpg") center 0 no-repeat;
        height: 575px;
    }
    #USB31 .frame {
        left: 96px;
        top: 93px;
        width: 768px;
    }
}

@media screen and (max-width: 960px) {
    #USB31 {
        background: url("../images/usb_960.jpg") center 186px no-repeat;
        height: 785px;
    }
    #USB31 .frame {
        left: 84px;
        top: 67px;
        width: 464px;
    }
}

@media screen and (max-width: 640px) {
    #USB31 {
        background: url("../images/usb_640.jpg") center 234px no-repeat;
        height: 740px;
    }
    #USB31 .frame {
        top: 60px !important;
    }
}
