﻿@charset "UTF-8";
#storage {
    background: url(../images/storage_1920.jpg) center 15px no-repeat;
    height: 867px;
}

#storage div {
    position: absolute;
    position: absolute;
    left: 154px;
    top: 94px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #storage {
        background: url(../images/storage_1366.jpg) center 20px no-repeat;
        height: 672px;
    }
    #storage div {
        left: 144px;
        top: 16px;
        width: 706px;
        height: 187px;
    }
}

@media screen and (max-width: 960px) {
    #storage {
        background: url(../images/storage_960.jpg) center -57px no-repeat;
        height: 630px;
    }
    #storage div {
        left: 35px;
        top: 52px;
        width: 564px;
        height: 245px;
    }
}

@media screen and (max-width: 640px) {
    #storage {
        background: url(../images/storage_640.jpg) center -53px no-repeat;
        height: 526px;
    }
}
