@media screen and (min-width:740px){
.superfish{
display:none;
}
}
@media screen and (max-width:740px){
.mainmenu{
display:none;
}
}