    .uc-desk-mobile-space{
    margin-top: 75px;
    }


@media only screen and (max-width: 480px) {
    .uc-desk-mobile-space{
    margin-top: 64px !important;
    }
    
    .mobilehide{
        display: none !important;
    }
}