@media screen and (max-width:768px){
	.btn-group, .btn-group-vertical {
    	flex-wrap: wrap;
	}

	.kt-header-mobile__logo{
		overflow:hidden;
	}
}