.event__speakers,
.bios {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-evenly;
}
.bio-card {
	-ms-flex-line-pack: start;
	align-content: flex-start;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 8px 50px;
	width: clamp(125px, 30%, 225px);
}

@media screen and (min-width: 768px) {
	.bio-card {
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 225px;
	}
}
.bio-card a,
.bio-card a:hover {
	text-decoration: none;
	color: #000;
}
.bio-card__image {
	margin-bottom: 10px;
	-ms-flex-order: 1;
	order: 1;
	overflow: hidden;
}
.bio-card__image img {
	height: auto;
	max-width: 175px;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	width: 100%;
}
.bio-card__image a img {
	transition: 0.2s;
}
.bio-card__name {
	font-family: Sohne-Bold, sans-serif;
	font-size: 14px;
	line-height: 1.14;
	margin: 0;
}
.bio-card__title {
	font-family: Sohne-Book, sans-serif;
	font-size: 14px;
	line-height: 1.14;
}
.bio-card__social-link path {
	transition: fill 0.1s linear;
	fill: #000;
}
.bio-card__info {
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.bio-card__info {
		width: calc(100% - 36px);
	}
}
.bio-card__social {
	display: flex;
	-ms-flex-order: 3;
	order: 3;
}
@media screen and (min-width: 768px) {
	.bio-card__social {
		margin-top: 6px;
		-ms-flex-order: 3;
		order: 3;
		display: block;
	}
}
.bio-card__social-link {
	display: inline-block;
	max-height: 35px;
	max-width: 35px;
	min-height: 20px;
	min-width: 20px;
	margin: 5px;
}
@media screen and (min-width: 768px) {
	.bio-card__social-link {
		height: 24px;
		margin: 0 0 6px;
		width: 24px;
		display: block;
	}
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(245, 245, 245, 0.92);
}

/* Modal Content/Box */
.modal-content {
	background-color: #fff;
	box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.2);
	margin: 15% auto;
	padding: 20px;
	width: max(800px, 80%);
	position: relative;
}

/* The Close Button */
.modal-content .close {
	position: absolute;
	top: -20px;
	right: -20px;
	font-family: serif;
	font-weight: 100;
	color: #000;
	border: 1px solid #000;
	border-radius: 100%;
	text-align: center;
	vertical-align: bottom;
	line-height: 40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
}

.close:hover,
.close:focus {
	color: red;
	border-color: red;
	text-decoration: none;
	cursor: pointer;
}

.bio-card__info {
	width: 100%;
}
.bio-card__image img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.bio-card__image a:hover img {
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
	filter: none;
	transform: scale(1.05);
}
.modal-description .bio-card__image img {
	-webkit-filter: none;
	filter: none;
}
@media screen and (min-width: 768px) {
	.modal-description {
		display: flex;
	}
}
.modal-description .bio-card {
	min-width: 200px;
}
.modal-description .bio-card__info {
	width: 100%;
}
.modal-description .bio-card__social {
	margin-top: 0;
}
.jobs {
	margin: auto 20px;
}
