.content {
	width: 100vw;
	height: 100dvh;
	display: flex;
	gap: 40px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: grab;
}
.content:active {
	cursor: ew-resize;
}
.title {
	width: 100%;
	max-width: 150px;
}
.photo {
	width: 100%;
	max-width: 1000px;
	padding: 20px;
}
.map {
	width: 100%;
	max-width: 400px;
}