﻿@charset "UTF-8";
#storage {
    background: url("../images/hdd_1920.jpg") center -100px no-repeat;
    height: 700px;
}

#storage div {
    position: absolute;
    left: 91px;
    top: 90px;
    width: 1158px;
    height: 248px;
}

#storage center {
    text-align: center;
}

#storage h2 {}

@media screen and (max-width: 1366px) {
    #storage {
        background: url("../images/hdd_1366.jpg") center bottom no-repeat;
        height: 575px;
    }
    #storage div {
        left: 61px;
        top: 68px;
        width: 834px;
        height: 173px;
    }
}

@media screen and (max-width: 960px) {
    #storage {
        background: url("../images/hdd_960.jpg") center bottom no-repeat;
        height: 540px;
    }
    #storage div {
        left: 16px;
        top: 60px;
        width: 600px;
        height: 208px;
    }
}

@media screen and (max-width: 640px) {
    #storage {
        background: url("../images/hdd_640.jpg") center 26px no-repeat;
        height: 745px;
    }
}
