#splash {
    background-color:#404040;
    position:relative;
    height:600px;
    max-height:600px;
    max-width:100%;
}

#splash-bg {        
    background: url('/assets/img/services/dedicated_splash.jpg');
    background-position:center;
    background-size:cover;
    overflow:hidden;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

#splash-content {    
    color:#fff;         
    width:100%;
    height:100%;
}