@media only screen and (max-width: 600px) {
    
    .desktoponly{
        display: none;
    }
    .mobileheader{
        width: 100%;
        height: 3em;
    }
    .mobileonly{
        display: inherit;
    }
    
    
    
    
}