#storage {              
    background: url(../images/storage_1920.jpg) center 0 no-repeat;
    height: 876px;
}
#storage .frame {         
    position: absolute;
    left: 240px;
    top: 176px;
}

@media screen and (max-width: 1366px) {
	#storage {                
        background: url(../images/storage_1366.jpg) center 110px no-repeat;
        height: 636px;
	}    
    #storage .frame { 
        left: 0;
        top: 46px;
    }
}
@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 0 no-repeat;
        height: 750px;
	}    
    #storage .frame {   
        padding-top: 30px;
    }
}