.image-frame img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.header {
	height: auto !important;
}
.header.sticky {
	height: auto !important;
}

.header .brand {
	transition: .4s ease margin-bottom;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.header .brand {
		width: 215px;
	}
}

.header.sticky.header--pinned .brand {
	margin-bottom: -20px;
}

.header.sticky.header--unpinned .brand {
	margin-bottom: 0px;
}