@media (max-width:720px) {
    div.sys_mm {
        width: 100% !important
    }
    div.sys_mm div.sys_mm_cnt {
        padding-left: 0 !important;
        padding-right: 0 !important;
			  display: none;
    }
    div.sys_mm div.sys_mm_scroll_btn,
    div.sys_mm div.sys_mm_scroll_outer {
        display: none
    }
    div.sys_mm div.sys_mm_cnt .topMenu {
        left: 0 !important
				display: none;
    }
    div.sys_page_header {
        max-width: 100%
				display: none;
    }
}