section.home header ~ .tickets
{
	margin: 3rem 0;
}

section.home img
{
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

section.home .description
{
	margin: 2rem 0;
	line-height: 1.5;
}

section.home .description::before
{
	content: "";
	background: url(http://rover.setthebarlow.com/images/03_Creature_Creeps.jpg) no-repeat;
	background-position: center top;
	background-size: contain;
	text-align: center;
	display: block;
	margin-bottom: 2rem;
	height: 120vw;
	max-height: calc(100vw * 500 / 619);
}

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

@media(min-width: 600px)
{
	section.home .description::before
	{
		height: 619px;
	}
}
