﻿
#storage {
    background: url("../images/storage_1920.jpg") center bottom no-repeat;
    height: 856px;
}

#storage .frame {         
    padding-top: 85px;
    text-align: center;
    margin: 0 200px;
    width: auto;
}

@media screen and (max-width: 1366px) {
    #storage {
        background-image: url("../images/storage_1366.jpg");
        height: 575px;
    }
    #storage .frame {    
        padding-top: 20px;        
        margin: 0 5px;
    }
}

@media screen and (max-width: 960px) {
    #storage {
        background-image: url("../images/storage_960.jpg");
        height: 680px;
    }
    #storage .frame {    
        padding-top: 50px;    
        margin: 0 32px;
    }
}

@media screen and (max-width: 640px) {
    #storage {
        background-image: url(../images/storage_640.jpg);
        height: 792px;
    }    
    #storage .frame {            
        margin: 0 8px;
    }
}
