@media only screen and (max-width: 1250px) {
	.mkdf-mobile-header {
    display: block;
}
	.mkdf-page-header {
    display: none;
}
}