logo {
	width: 80%;
	height: 40px;
	margin: 8px auto 37px auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}

.home content {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	max-width: 900px;
	aspect-ratio: 4/11;
	margin-top: -30px;
}

.home primary {
	display: none;
}

@media only screen and (max-width: 768px) {
	.home content {
		max-width: 85%;
		aspect-ratio: 2/11;
	}
}
