﻿#display {
    background: url("../images/display_1920.jpg") center bottom no-repeat;
    height: 851px;
}

#display .frame {           
    padding-top: 100px;
    text-align: center;
    margin: 0 220px;
    width: auto;
}

@media screen and (max-width: 1366px) {
    #display {
        background-image: url("../images/display_1366.jpg") ;
        height: 632px;
    }
    #display .frame {        
        padding-top: 58px;        
        margin: 0 45px;
    }
}

@media screen and (max-width: 960px) {
    #display {
        background-image: url(../images/display_960.jpg) ;
        height: 624px;
    }
    #display .frame {
        padding-top: 50px;           
        margin: 0 20px;
    }    
    #display h2 {
        margin: 0 90px 15px;
    }
}

@media screen and (max-width: 640px) {
    #display {
        background-image: url(../images/display_640.jpg);
        height: 444px;
    }      
    #display h2 {
        margin: 0 auto 15px;
    }     
    #display .frame {        
        margin: 0 10px;
    }
}
