/* Override: parent .brand-icon (chrome.css) розмір лого замалий для нового логотипа korosten.today. */
.nav-center .brand-icon{ height: 48px; }
@media (max-width: 640px){
	.nav-center .brand-icon{ height: 40px; }
}
