section.intro {
	margin-bottom: 50px;
}

	section h2 {
		padding-bottom: 5px;
	}

section.gray {
	padding-top: 40px;
	padding-bottom: 180px;
	background-image: url('/img/gray.jpg');
	background-repeat: no-repeat;
	background-position-y: -75px;
	background-size: cover;
	height: auto;
	min-height: 500px;
}

section.gray .video-image {
	width: 172px;
	height: 172px;
	border-radius: 86px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

section.gray .video-image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 172px;
	height: 172px;
}
	section.gray .video-link {
		display: inline-block;
		text-align: center;
		margin-bottom: 40px;
	}

	section.gray .video-link a {
	-webkit-appearance: none;
	outline-color: initial;
	}

	section.gray .hover-image {
		opacity: 0;
	}

	section.gray a:hover .hover-image {
		opacity: 1;
	}

	section.gray .video-title {
		display: block;
		text-align: center;
		color: #788895;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	section.founding-history p {
		font-size: 18px;
		color: #9FADB8;
		line-height: 24px;
	}