.byline--container {
	padding: 0 16px;
	max-width: 750px;
}

@media (min-width: 800px) {
	.byline--container {
		padding: 0;
	}
}

.byline--title {
	font-weight: 700;
}

.byline--hr {
	margin: 30px 0;
}

.byline--card {
	width: 300px;
	max-width: 100%;
	margin: 0 auto 30px;
}

@media (min-width: 768px) {
	.byline--card {
		width: auto;
	}
	
	.byline--copy-col {
		padding-left: 0;
	}
	
	.count-1-mod .byline--copy-col {
		padding-left: 15px;
	}
}

.byline--image {
	position: relative;
	width: 300px;
	max-width: 100%;
	margin: 0 auto 15px;
	border-radius: var(--theme-general-border-radius);
	overflow: hidden;
}

.byline--image:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.byline--image img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center;
}

@media (min-width: 768px) {
	.byline--image {
		width: 100px;
	}
	
	.count-1-mod .byline--image {
		width: 150px;
	}
}

.byline--name {
	font-size: 1.25rem;
	margin-bottom: 7px;
	letter-spacing: .03em;
}

.byline--position {
	font-style: italic;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 4px;
}

.byline--copy {
	font-size: 1rem;
	margin-bottom: 7px;
}

.byline--recent-link {
	font-weight: 700;
	font-size: 1rem;
}

.byline--section .single-team--social a {
	width: 30px;
	height: 30px;
	padding: 5px;
	color: #fff !important;
	line-height: 0;
}

.byline--section .single-team--social a:hover {
	color: #fff;
}