.banner {
    background-image: url(../images/slides/catring-slid-bg.png);
    background-position: center;
}
.banner .col {
    max-width: 1170px;
}

#contact_form {
    display:none; 
    position: fixed;
    top: 0;
    z-index: 998; 
    width: 100%; 
    height:100%; 
    border:none;
}

#contact_form_footer{
    display:none; 
    position: fixed;
    width: 100%; 
    height:60px; 
    bottom: 0;
    background-color: #fdfdfd;
    z-index: 999; 
}