		section.auditions header::after
		{
			content: "";
			background: url(http://rover.setthebarlow.com/images/08_Murder_Orient_Burlesque.jpg) no-repeat;
			background-position: center top;
			background-size: contain;
	height: 120vw;
	max-height: calc(100vw * 500 / 619);
			text-align: center;
			display: block;
			margin: 2rem 0;
		}

@media(min-width: 600px)
{
	section.auditions header::after
	{
		height: 619px;
	}
}

		section.auditions .show_details
		{
			font-size: 1.2rem;
			max-width: 600px;
			margin: 0 auto;
		}

		dl
		{
			font-size: 1.2rem;
		}

		dt
		{
			margin-top: 1rem;
		}

		@media(min-width: 900px)
		{
			dt, dd
			{
				display: inline-block;
				margin: 0 0 1rem;
				vertical-align: text-top;
			}

			dt
			{
				width: 30%;
				font-weight: bold;
			}

			dd
			{
				width: 70%;
			}
		}
