/* Override Frappe desk.bundle.css (.navbar-home img { width/height: 32px }) */

.navbar-home img,
header.standard-navbar .navbar-home img,
#brand-logo {
	height: auto !important;
	width: auto !important;
	max-height: 52px !important;
	max-width: 220px !important;
	object-fit: contain;
}

@media (max-width: 991px) {
	.navbar-home img,
	#brand-logo {
		max-height: 44px !important;
		max-width: 180px !important;
	}
}

/* Login + splash (web) */
.page-card-head img,
.login-content .page-card-head img,
.centered.splash img {
	height: auto !important;
	width: auto !important;
	max-height: 140px !important;
	max-width: min(280px, 90vw) !important;
	object-fit: contain;
}
