#map {
	height: 400px;
	width: 100%;

	display: block;
	margin-left: auto;
	margin-right: auto;
}

#flier {
	/* aspect-ratio: 1; */
	max-height: 600px;
	/* max-width: 90%; */

	display: block;
	/* margin-left: auto; */
	/* margin-right: auto; */
	padding: 10px;
}

#flier-setlist {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	justify-items: center;

	margin-left: auto;
	margin-right: auto;
}

.carousel-viewport {
	display: flex;
	white-space: nowrap;
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.photo {
	display: inline-block;
	max-height: 500px;
	max-width: none;
	padding: 5px;
	float: none;
}

@media only screen and (max-width: 700px) {
	#map {
		width: 90%;
		height: 200px;
	}
}
