/* The uploaded header logo has no width/height constraint anywhere in the
   theme, so on narrow screens it renders at its full native pixel size
   instead of shrinking - overflowing the header bar. */
@media (max-width: 767px) {
	.site-header .logo img {
		max-height: 40px;
		width: auto;
	}
	.site-header .logo a {
		height: auto;
		min-height: 0;
	}
}
