﻿@charset "UTF-8";
#storage {
    background: url("../images/storage_1920.jpg") center center no-repeat;
    height: 910px;
}

#storage div {
    position: absolute;
    left: 154px;
    top: 100px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #storage {
        background: url("../images/storage_1366.jpg") center 0px no-repeat;
        height: 562px;
    }
    #storage div {
        left: 144px;
        top: 16px;
        width: 706px;
        height: 187px;
    }
}

@media screen and (max-width: 960px) {
    #storage {
        background: url("../images/storage_960.jpg") center -50px no-repeat;
        height: 700px;
    }
    #storage div {
        left: 35px;
        top: 22px;
        width: 564px;
        height: 245px;
    }
}

@media screen and (max-width: 640px) {
    #storage {
        background-image: url("../images/storage_640.jpg");
        background-position: center 140px;
        height: 880px;
    }
}
