    body .mobile-panel, body .descpanel{
            background-color: #222222;
            border: 1px solid transparent;
            border-radius: 4px;

    }
    .descpanel p{
        font-size: 16px; 
    }
    .mobile-panel{
        height:300px;
        text-align: center;
        background-color: #222222;
        padding:0;
    }
    .mobile-panel h5{
        font-size: 24px;
    }
    .panel-heading{
            background-color: #3c3c3c;
            padding: 10px 15px;
    }

    .panel-body{
        padding: 10px 10px;
        font-size: 16px;

    }


    .mobile-main-banner{
        background: url(img/en/mobile/bg1920.jpg) no-repeat center center fixed;
    background-image: url(http://mobile.acdsee.com/assets/img/bg1920.jpg);
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    }
    #centerer img{
        display: block;
    margin-left: auto;
    margin-right: auto
    }
    #centerer h4{
    margin-left: auto;
    margin-right: auto;

    }

    #headers h6{
        color: #ffffff;
    }

    .sidenote {
        height:480px;
    }

    .sidenote h4 {
        right:0px;
        position:absolute;
    }

    .oppsidenote {
        height:480px;
        position:relative;

    }

    .oppsidenote h4 {
        left:20px;
        position:absolute;
    }
    .mobile-center-image{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-center-image-sm-r{
        float:right;
    }



 @media screen and (max-width: 767px) {
    .sidenote {
            height:40px;
            position: static;
        }
    .sidenote h4 {
        right:auto;
        position: static;
    }
    .oppsidenote {
        height:40px;
        position: static;
    }
    .oppsidenote h4 {
        left:auto;
        position: static;
    }    
    .mobile-center-image-sm {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-center-image-sm-r{
        float:none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .descpanel{
        height: 100px;

    }
    .mobile-panel{
        height:200px;
    }
}

 @media screen and (max-width: 600px) {
        .descpanel{
        height:130px;
    }
    .mobile-panel{
        height:220px;
    }
}

 @media screen and (max-width: 475px) {
        .mobile-panel{
        height:260px;
    }
}
 @media screen and (max-width: 340px) {
        .mobile-panel{
        height:300px;
    }
    .descpanel{
        height:175px;
    }
}