@media (min-width: 768px) {
	.map-wrapper {
		overflow: auto;
		height: 450px;
	}
	body .map-container--sticky-right {
		height: auto;
		min-height: 450px;
	}
}