#storage {
    background: url(../images/storage_1920.jpg) center 0 no-repeat;
    height: 876px;
}

#storage .frame {
    position: absolute;
    left: 124px;
    top: 176px;
}

@media screen and (max-width: 1366px) {
    #storage {
        background: url("../images/ssd_1366.jpg") center 81px no-repeat;
        height: 666px;
    }
    #storage .frame {
        left: 66px;
        top: 76px;
    }
}

@media screen and (max-width: 960px) {
    #storage {
        background: url(../images/storage_960.jpg) center 100px no-repeat;
        height: 571px;
    }
    #storage .frame {
        left: 30px;
    }
}

@media screen and (max-width: 640px) {
    #storage {
        background: url(../images/storage_640.jpg) center 75px no-repeat;
        height: 824px;
    }
    #storage .frame {
        padding-top: 30px;
    }
}
