
#ccm_message_holder {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 2.50em;      
    padding:1.50em  0 0 0;
    background-color: #8BA6B7 ;
    background-color: #000 ;
    color: #fff;
    font-size: 1.25em;
    /*font-family: Oswald;*/
    position: absolute;
    bottom:0;
    left:0;
    height: 100px;
    display: none;
    z-index: 99999;
}


#ccm_about_holder {
    background-image: url("/images_bg/banner_bg_no_logo.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    display: none;
    position: absolute;
    top: 0em;
    left: 0;
    font-family: arial;
    display: none;
}






 @media only screen and (max-width: 700px) {
       #ccm_about_holder {
            background-image: url("/images_bg/hong-kong-night-view-2-1461561.jpg");
            background-position: top left;
            background-repeat: no-repeat;
            width: 100%;
            min-height: 100%;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-attachment: fixed;
            display: none;
            position: absolute;
            top: 0em;
            left: 0;
            font-family: arial;         
        }
    }