﻿@charset "UTF-8";
#storage {
    background: url("../images/hdd_1920.jpg") center 12px no-repeat;
    height: 850px;
}

#storage div {
    position: absolute;
    left: 191px;
    top: 567px;
    width: 1003px;
    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: 376px;
        width: 845px;
        height: 173px;
    }
}

@media screen and (max-width: 960px) {
    #storage {
        background: url("../images/hdd_960.jpg") center 0px no-repeat;
        height: 586px;
    }
    #storage div {
        left: 20px;
        top: 331px;
        width: 597px;
        height: 208px;
    }
}

@media screen and (max-width: 640px) {
    #storage {
        background: url("../images/hdd_640.jpg") center -116px no-repeat;
        height: 568px;
    }
    #storage div {
        top: 270px !important;
    }
}
