.sw-list-wrapper.sw-entity-person {
	position: relative;
}

.sw-list-wrapper.sw-entity-person .sw-list-item {
	margin-bottom: 4.2rem;
	cursor: pointer;
	transition: opacity 400ms ease;
	outline: none;
}

.sw-list-wrapper.sw-entity-person .sw-list-item:hover img,
.sw-list-wrapper.sw-entity-person .sw-list-item:focus img {
	transform: scale(1.05);
}

.sw-list-wrapper.sw-entity-person .sw-image {
	margin-bottom: 0.6rem;
	width: 100%;
	background-color: #dfdfdf;
	padding-bottom: 64.25%;
	position: relative;
	overflow: hidden;
}

.sw-list-wrapper.sw-entity-person .sw-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transition: transform 400ms ease;
}

.sw-list-wrapper.sw-entity-person .sw-title {
	text-transform: uppercase;
	font-weight: 500;
}

.sw-list-wrapper.sw-entity-person .sw-function {
	font-weight: 300;
	font-size: 0.9em;
	margin-top: 8px;
	color: rgb(102, 102, 102);
}

.reveal.person-detail-reveal {
	background-color: #000;
	color: #fff;
	outline: none;
	border-radius: 0;
	padding: 70px 70px 70px 110px;
	border: none;
	width: 100% !important;
	min-height: 80vh;
	height: 100%;
	overflow: auto;
}

.reveal.person-detail-reveal a {
	color: #fff !important;
	border-bottom: 1px solid;
}

.reveal.person-detail-reveal img {
	margin-bottom: 1.4rem;
}

.reveal.person-detail-reveal .sw-title {
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 0.6rem;
}

.reveal.person-detail-reveal .sw-function {
	color: #fff;
	font-size: 1em;
}

.reveal.person-detail-reveal .close-button {
	position: absolute;
	top: 70px;
	right: 70px;
	width: 55px;
	height: 55px;
	left: auto;
}

.reveal.person-detail-reveal ul {
	list-style: none;
	margin: 20px 17px;
}

.reveal.person-detail-reveal ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 0.6rem;
	line-height: 1.4em;
}

.reveal.person-detail-reveal ul li:before {
	content: '';
	width: 20px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 14px;
	left: -17px;
}


@media screen and (max-width: 960px) {

	.reveal.person-detail-reveal {
		padding: 40px 100px 40px 40px;
	}

	.reveal.person-detail-reveal .sw-text {
		margin-right: -70px;
	}


	.reveal.person-detail-reveal .close-button {
		position: absolute;
		top: 30px;
		right: 30px;
		width: 35px;
		height: 35px;
	}

}