@media(max-width:767px){
    .cloud-header{
        position: absolute;
        top: 0px;
        width: 100%;
        height: 46px;
        background: #2D3035;
    }
    .put-logo-center{
        position: static!important;
        top: 0;
        left: 0;
        width: 50px;
        margin: 0 auto;
        
    }
    .cloud-header-txt{
        color: white; 
        font-size: 15px;
        margin-top:4px;
    }
    .m-hide{
        display: none
    }
    .imp-logo{
        height: 36px;
        position: relative;
        top: -5px;
    }
}