/* Width */
@media (max-width:767px) {
	.navbar-brand>img {
		max-height:80px;
	}
}

/* Height */
@media (max-height:570px) {
}