.row-mugshots {
	padding-top: 0;
	padding-bottom: 0;
}
/* teamfotootjes! */
.mugshots {
	display: flex;
	flex-wrap: wrap;
	width: 104%;
	margin-left: -2%;
	margin-top: -74px;
}
.mugshots .shot {
	width: 29.333%;
	margin: 2%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.mugshots .shot img {
	display: block;
	width: 100%;
}
.mugshots .shot .shot-info {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1.4;
	padding: 50px 30px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 1%, rgba(255,255,255,0) 100%);
}
.mugshots .shot .shot-info .name {
/*	font-family: "Unbounded";
	text-transform: uppercase;
	font-weight: 800;*/
	font-size: 1.5em;
}
.mugshots .shot .shot-info .name u {
	text-decoration: none;
	filter: blur(3px);

	margin-right: -20px;
    opacity: 0.4;
}
.mugshots .shot .shot-info .caption {
	font-size: .8em;
	margin-top: 5px;
}
.mugshots .shot .hometown {
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 10px;
	line-height: 1;
	background: rgba(0,0,0,0.4);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	padding: 10px 20px;
	border-radius: 20px;
	font-size: .8em;
	font-weight: 300;
}



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


}


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


.mugshots {
	width: 90%;
	margin-left: 0%;
	margin: 0 auto;
	margin-top: -50px;
}
.mugshots .shot {
	width: 44%;
	margin: 3%;
	border-radius: 3px;
}
.mugshots .shot .shot-info {
	padding: 30px 10px;
	box-sizing: border-box;
}
.mugshots .shot .shot-info .name {
	font-size: 1em;
}
.mugshots .shot .shot-info .name u {
	display: none;
}
.mugshots .shot .shot-info .caption {
	display: none;
}
.mugshots .shot .hometown {
	display: none;
}

}
