

@media (max-width: 320px) {

    #CompanyLogoDiv,#CompanyDescriptionDiv {
          display: inline-block;
        height: auto;
        max-width: 100%;
        font-size: 13px;
      /*display:none;*/
    }
    #Footer *{
        display: inline-block;
        height: auto;
        max-width: 100%;
        margin-bottom: 2px;
    }
}
 .setBackground {
    
        float: none;
        padding: 0px;
        margin: 0px;
      
       
                /*background-image: url('../../images/images.jpg' );*/
              
                background-repeat: no-repeat;
                background-position: center;
                -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
    }

    #CompanyHeadingDiv *{
        display: inline-block;
        height: auto;
        max-width: 100%;
    }
    .marginTop{
        margin-top:5px;
    }
    .RightText{
        text-align:right;
    }
    .SecurityText{

        width:58px;
    }
@media(min-width:900px) {
    .topPadding{

        padding-top:30px;
    }
}