.section_title{
	font-size: 5vw;
	line-height: 5vw;
}

.plays{
	margin-top: 5vh;
	font-size: 2.5vw;
	line-height: 2.5vw;: 
}


section.locations .content{
	align-items: center;
	padding: 5vh 0;
}

section.locations .content .left,
section.locations .content .right{
	width: 40%;
}

section.locations .big_title {
	font-size: 4.2vw;
	line-height: 4.2vw;
}

.locations_copy{
	font-size: max(1.2rem, 1.2vw);
	line-height: max(1.2rem, 1.2vw);
	margin-top: 4vh;
}
.locations_cover{
	width: 100%;
	height: 100%;
}
.locations_cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.intro-title.smaller{
	font-size: 2.5vw;
	line-height: 2.5vw;
}

.singles_hover_container{
	max-width: initial;
}