﻿@charset "UTF-8";
#storage {
    background: url("../images/storage_1920.jpg") center 113px no-repeat;
    height: 825px;
}

#storage div {
    position: absolute;
    left: 154px;
    top: 75px;
    width: 1134px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #storage {
        background: url("../images/storage_1366.jpg") center 141px no-repeat;
        height: 655px;
    }
    #storage div {
        left: 144px;
        top: 40px;
        width: 706px;
        height: 187px;
    }
}

@media screen and (max-width: 960px) {
    #storage {
        background: url("../images/storage_960.jpg") center 70px no-repeat;
        height: 630px;
    }
    #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 294px;
        height: 936px;
    }
}
