.map{
	width:100%;
	height:600px;
}

.content {
	overflow:hidden;
}

@media screen and (max-width: 1400px) {
	.map{
		width:100%;
		height:400px;
	}
}

@media screen and (max-width: 1000px) {
	.map{
		width:100vw;
		height:300px;
	}
}