/* For mobile phones: */
.hide_header {
display: none;
}
@media only screen and (min-width: 768px) {
/* For desktop: */
header {
display: none!important;
}
.hide_header {
display: block!important;
}
}
/* For mobile phones: */
.hide_header {
display: none;
}
@media only screen and (min-width: 768px) {
/* For desktop: */
header {
display: none!important;
}
.hide_header {
display: block!important;
}
}