.employee-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.employee {
    width: 100%;
    display: flex;
    align-items: center;
	margin-bottom: 1rem;
}

.employee-list.awards h6 {
	color: #333;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.employee-list.awards .employee-photo {
	width:120px;
	height:120px;
}
.employee>a,
.employee .employee-wrapper {
	width: 100%;
	padding: 10px;
	border: 1px solid #f7fcff;
	border-radius: 4px;
}
.employee>a:hover img.headshot_photo {
	border-color: #fff;
}
.employee>a:hover {
	background: #fff;
	border: 1px solid #ced9dd;
}
/* custom */
.card.testimonial {
	margin-top: 0;
}
.testimonial figcaption {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.2rem 1.2rem;
}
.testimonial figcaption img {
    grid-area: 1 / 1 / 3 / 2;
    align-self: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
	border: 1px solid #ced9dd;
    padding: 2px;
	object-fit: cover;
    object-position: top;
}
.testimonial figcaption .name {align-self: end; font-weight: 600;}
.testimonial figcaption .title {align-self: start; font-weight: 400;}
.testimonial figcaption .name, .testimonial figcaption .title {
    margin-bottom: 0;
    line-height: 20px;
}
.testimonial blockquote { padding-top: 2rem; }
.testimonial blockquote p,
.testimonial blockquote p span {
	font-size: 18px;
	line-height: 1.5em !important;
	font-weight: 500;
	color: #000;
	opacity: 1 !important;
}
.winner-photo {
	width: 270px;
	height: 270px;
} 
.winner-photo img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
	border-radius: 50%;
}
.card__body figcaption {
	font-size: 16px;
}
/* picture frame */
#frame{
	position:relative;
	padding:0;
	margin:0;
	border:solid 15px #555; 
	max-width:100%;
	margin:40px auto;
	box-shadow:-3px -3px 12px #999;
}
#border{
	position:relative;
	padding:0;
	margin:0;
	border:solid 50px white;
	box-shadow:-3px -3px 12px #999;
}  
img.portrait {
	display:block;
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	border-top:solid 2px #aaa;
	border-left:solid 2px #aaa;
	border-bottom:solid 2px #ccc;
	border-right:solid 2px #ccc;
}
p.company-name {margin-bottom: 10px}
.employee.poster {gap:10px}
.view-poster {
	width: 110px;
	text-align: center;
}