<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.art-people-list img {
	object-fit: contain;
	height: 300px;
	max-width: 200px;
	margin-left: 0 !important;
}

.art-people-list p {
	margin-top: 10px !important;
}

a.art-people-list {
	text-decoration: none !important;
}

.art-people-list,
.art-people-list img,
.art-people-list p,
.art-people-list span {
	transition: all .3s ease-in-out;
}

.art-people-list:hover img {
	filter: brightness(110%) !important;
}

.art-people-list p span {
	position: relative;
}

.art-people-list p span:after {
	content: '';
	position: absolute;
	width: 0;
	height: 3px;
	display: block;
	margin-top: 5px;
	right: 0;
	background: #900;
	transition: width .4s ease-in-out;
	-webkit-transition: width .4s ease-in-out;
}

.art-people-list:hover p span:after {
	/* 	width: 100%; */
	left: 0;
	background: #900;
}

.art-people {
	position: relative;
	width: 100%;
}
.art-people-list p span {
	font-size: 20px !important;
	font-weight: 700;
	/* white-space: nowrap !important; */
	display: block;
}

.art-people-list p span + span {
	font-size: 12px !important;
	font-weight: normal;
	line-height: 1.5;
}


@media only screen and (min-width: 560px) {

	.art-people div {
		width: 50%;
		height: 390px;
		position: relative;
		margin-bottom: 120px;
		float: left;
	}
	.art-people div img {
		min-width: 60%;
		min-height: 100%;
		object-fit: cover;
	}
}

@media only screen and (min-width: 1024px) {

	.art-people div {
		width: 25%;
		height: 390px;
		position: relative;
		margin-bottom: 60px !important;
		float: left;
	}
	.art-people div img {
		min-width: 90%;
		min-height: 80% !important;
		object-fit: cover;
	}
}


.content .snippet-tabbed-section-fourths li.tab {
	width: 24.5% !important;
	margin: 0 0.2% 2px !important;
}



/* Profile */

.art-people-profile .art-people-profile_title {
	font-size: 24pt;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

.art-people-profile .art-people-profile_subtitle {
	font-size: 14pt;
	font-style: italic;
	margin-bottom: 0;
}

.art-people-profile em {
	font-family: 'Effra W01' !important;
}


.art-people-profile img {
	margin: 0 auto 20px !important;
}
</pre></body></html>