/* Keep the homepage illustration from expanding to the full content column. */
.pkp_page_index .homepage_image {
	max-width: 25%;
	margin-left: auto;
	margin-right: auto;
}

.pkp_page_index .homepage_image img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.pkp_page_index .homepage_image {
		max-width: 75%;
	}
}


/* The uploaded logo has blue lettering on a transparent background. */
@media (min-width: 992px) {
	.pkp_site_name .is_img {
		margin: 0;
		padding: 8px 12px;
		border-radius: 6px;
		background: #fff;
	}

	.pkp_site_name .is_img img {
		max-height: 120px;
	}
}
