﻿@charset "UTF-8";

#Storage {
    background: url("../images/hdd_1920.jpg") center bottom no-repeat;
    height: 740px;
}
    #Storage .frame {
    	top: 80px;
    }


@media screen and (max-width: 1366px) {
    #Storage {
        background: url("../images/hdd_1366.jpg") center bottom no-repeat;
        height: 650px;
    }
        #Storage .frame {
			top: 60px;
        }
}


@media screen and (max-width: 960px) {
    #Storage {
        background: url("../images/hdd_960.jpg") center bottom no-repeat;
        height: 610px;
    }
        #Storage .frame {
			top: 70px;
        }
}


@media screen and (max-width: 640px) {
    #Storage {
        background-image: url("../images/hdd_640.jpg");
        height: 770px;
    }   
        #Storage .frame {
			top: 35px;
        }
}
