/**
	Screen size: 800px and below
*/
@media only screen and (max-width: 800px){
	.logo-container {
		max-width: 100% !important;
		width: 100%;
	}
	.mobile-menu-design-modern #header .mobile-menu-icons, .mobile-menu-design-modern #side-header .mobile-content {
		width: 100%;
		display: block !important;
	}
}