.agp_work { 
}
.workinfo_wrapper { 
	display: grid; 
	grid-template-columns: repeat(5, 1fr); 
	grid-column-gap: 1rem; 
	grid-row-gap: 1rem; 
}
.agp_work_image img { 
display:block;
}
.workinfo_wrapper .workinfo_label { 
	grid-column: span 2; 
}
.workinfo_wrapper .workinfo { 
	grid-column: span 3; 
}
.workinfo_wrapper .workinfo a { 
}
.workinfo_wrapper .workinfo a:hover { 
}
.workinfo_wrapper .agp_work_person img { 
	width: auto; 
	height: auto; 
}
.workinfo_wrapper .agp_work_person a { 
}

.agp_artist { 
}
.artistinfo_wrapper { 
	display: grid; 
	grid-template-columns: repeat(5, 1fr); 
	grid-column-gap: 1rem; 
	grid-row-gap: 1rem; 
}
.artistinfo_wrapper .artistinfo_label { 
	grid-column: span 2; 
}
.artistinfo_wrapper .artistinfo { 
	grid-column: span 3; 
}
.artistinfo_wrapper .artistinfo a { 
}
.artistinfo_wrapper .artistinfo a:hover { 
}
.agp_works_item { 
	display: grid; 
	grid-template-columns: auto auto;
	margin: ; 
}
.agp_works_item span { 
}
.agp_works_role { 
	display: block; }
.voldemort  { 
	display: none !important; 
}
