#storage {
    background: url(../images/storage_1920.jpg) center 0 no-repeat;
    height: 876px;
}

#storage .frame {
    position: absolute;
    left: 124px;
    top: 176px;
    width: 1155px;
}

@media screen and (max-width: 1366px) {
    #storage {
        background: url(../images/storage_1366.jpg) center 110px no-repeat;
        height: 636px;
    }
    #storage .frame {
        left: 64px;
        top: 76px;
        width: 834px;
    }
}

@media screen and (max-width: 960px) {
    #storage {
        background: url(../images/storage_960.jpg) center 100px no-repeat;
        height: 571px;
    }
    #storage .frame {
        left: 30px;
        width: 567px;
    }
}

@media screen and (max-width: 640px) {
    #storage {
        background: url(../images/storage_640.jpg) center 70px no-repeat;
        height: 820px;
    }
    #storage .frame {
        padding-top: 30px;
    }
}
