.other-header .background {
	background: url(../../assets/images/about.jpg) no-repeat fixed center;
	background-size: cover;
}

.square-picture.logo img {
	max-height: 14rem;
}

#churchVid {
	width: 100%;
	max-width: 40rem;
	border-radius: 1rem;
	box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.2);
	aspect-ratio: 16/9;
}

video {
	width: 100%;
	max-width: 40rem;
	max-height: 25rem;
	border-radius: 1rem;
	box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.2);
}

#mission {
	padding-top: 0;
}

main a {
	text-decoration: underline;
}

main ol {
	list-style-type: upper-hexadecimal;
}