.header-logo img {
	transition: all 0.3s ease;
}
html.sticky-header-active .header-logo img {
	width: 82px !important;
	height: 40px !important;
}
html:not(.sticky-header-active) .header-logo img {
	width: 100px !important;
	height: 95px !important;
}
