@media screen and (max-width:768px){
	.kt-header-mobile__logo img{
		display: none;
	}

	#kt_header_mobile_toggler{
		display: none;
	}
}