
.wide-column {
	width: 88%;
}
.strikethrough {
	font-style: initial;
}
.nGY2GThumbnail_l1 {
	box-shadow: 0px 0px 8px 0px #000a;
	transition: box-shadow 0.5s ease;
}
.nGY2GThumbnail_l1:hover {
	box-shadow: 0px 0px 14px 0px #000a;
}
.performance-footage {
	display: grid;
  grid-template-columns: 66% 33%;
	/* justify-content:space-around; */
	/* align-content: top; */
  column-gap: 10px;
	margin-bottom: 50px;
}

.performance-excerpt {
	/* width: 66%;  */

}
.performance-credits {
	text-align: left;
	width: auto;
	margin: auto 2%; 
}
.credits-title {
	font-weight: 700;
	font-style: italic;
}
p {
	line-height: 16pt;
	text-align: left;
}
video {
	width: 100%;
	box-shadow: 0px 0px 10px 0px #000a;
}
video:focus {
	outline: none;
}