.map-image-size {
	width: 620px;
}
.map-marker-IAQ-SENSOR-1 {
	left: calc(50% - 135px);
	top: calc(50% + 0px);
}
.display-below {
	transform: translate(calc(-100% + 5rem), 31rem);
}
/* 1280 */
@media screen and (max-width: 1499px) {
	.map-image-size {
		width: 410px;
	}
	.map-marker-IAQ-SENSOR-1 {
		left: calc(50% - 90px);
		top: calc(50% + 0px);
	}
}
/* 1080p */
@media screen and (max-width: 1279px) {
}
/* tablet view */
@media screen and (max-width: 979px) {
}
/* tablet view */
@media screen and (max-width: 767px) {
	.map-image-size {
		width: 320px;
	}
	.map-marker-IAQ-SENSOR-1 {
		left: calc(50% - 75px);
		top: calc(50% + 0px);
	}
}
/* mobile view */
@media screen and (max-width: 499px) {
}
@media (max-width: 769px) {
}
