
#map-container {
	width: 100%;
	height: 400px;
}
div[role="dialog"] {
	max-height: inherit !important;
}
div[role="dialog"] .estate-box {
	width: 200px;
}
div[role="dialog"] .estate-img {
	height: inherit;
}
div[role="dialog"] .estate-box div:nth-child(2) {
	padding: 20px 10px;
}
a#toggleAll {
	background: #fff;
	display: block;
	position: absolute;
	right: 0;
	top: 39px;
	padding: 2px 4px;
}

@media (max-width: 700px) {
	#map-container {
		height: 1000px;
	}
	div#filter-window {
		bottom: 0;
		left: 0;
		width: 100%;
		border-radius: 0;
	}
	div#filter-drag-handle {
		display: none;
	}
}
