@media only screen and (max-width: 600px) and (min-width: 400px){
ul#menu-home {
     margin-left:0% !important; 
    width: 63% !important;
}
.content {
    float: right;
    width: 63%;
}
}
