﻿@charset "UTF-8";
#storage {
    background: url("../images/hdd_1920.jpg") center center no-repeat;
    height: 750px;
}

#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 center 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 80px no-repeat;
        height: 586px;
    }
    #storage div {
        left: 27px;
        top: 60px;
        width: 572px;
        height: 208px;
    }
}

@media screen and (max-width: 640px) {
    #storage {
        background: url("../images/hdd_640.jpg") center 46px no-repeat;
        height: 786px;
    }
}
