﻿	.generation-intro {
  font-style: italic;
  color: #444;
  max-width: 720px;
  margin-bottom: 1rem;
}


.site-header.slim-header {
	width: 100%;
	max-height: 280px;
	overflow: hidden;
	margin: 10px 0 25px 0;
	border-radius: 6px;
}

.site-header.slim-header img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: center 55%;
	display: block;
}

/* Mobile */
@media (max-width: 768px) {
	.site-header.slim-header img {
		height: 180px;
	}
