/* MY2LK logo presentation — preserves the uploaded artwork unchanged. */

.my2lk-header-main {
	min-height: 118px;
}

.my2lk-header-main .my2lk-wordmark img {
	display: block;
	width: 220px;
	height: auto;
	max-height: 94px;
	object-fit: contain;
	object-position: left center;
}

.my2lk-wordmark--footer img {
	display: block;
	width: 220px;
	height: auto;
	max-height: none;
	object-fit: contain;
}

@media (max-width: 980px) {
	.my2lk-header-main {
		min-height: 96px;
	}

	.my2lk-header-main .my2lk-wordmark img {
		width: 180px;
		max-height: 78px;
	}
}

@media (max-width: 640px) {
	.my2lk-header-main {
		min-height: 82px;
	}

	.my2lk-header-main .my2lk-wordmark img {
		width: 145px;
		max-height: 66px;
	}

	.my2lk-wordmark--footer img {
		width: 190px;
	}
}
