.PMI-logo-wrapper {
	height: 160px;
	margin-top: -30px;
	width: 200px;
	float: right;
	margin-right: 5%;
}

@media (max-width: 550px) {
	

	.PMI-picker .dropdown-select {
		width: 100% !important;
	}

	.PMI-map {
		margin-top: 10px !important;
	}

	#mapInsightsTitle {
		max-width: 100% !important;
		min-height: 60px;
	}

	.insight-map-info-switcher {
		float: unset !important;
	}

	.PMI-logo {
		margin-bottom: 10px !important;
	}

	.PMI-logo-wrapper {
		margin-top: 0 !important;
	}
}
@media (max-width: 767px) {
	.PMI-picker, .PMI-picker .dropdown-select {
		width: 100%;
	}
}