.map-image-size {
	width: 660px;
}
.map-marker-IAQ-SENSOR-1 {
	left: calc(50% - 160px);
	top: calc(50% - 0px);
}
.map-marker-IAQ-SENSOR-2 {
	left: calc(50% - 80px);
	top: calc(50% - 240px);
}
.map-marker-IAQ-SENSOR-3 {
	left: calc(50% + 140px);
	top: calc(50% - 200px);
}
.display-below {
	transform: translate(calc(-100% + 5rem), 31rem);
}
/* 1280 */
@media screen and (max-width: 1499px) {
	.map-image-size {
		width: 660px;
	}
	.map-marker-IAQ-SENSOR-1 {
		left: calc(50% - 155px);
		top: calc(50% - -5px);
	}
	.map-marker-IAQ-SENSOR-2 {
		left: calc(50% - 75px);
		top: calc(50% - 235px);
	}
	.map-marker-IAQ-SENSOR-3 {
		left: calc(50% + 145px);
		top: calc(50% - 195px);
	}
}
/* 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: 300px;
	}
	.map-marker-IAQ-SENSOR-1 {
		left: calc(50% - 80px);
		top: calc(50% - 15px);
	}
	.map-marker-IAQ-SENSOR-2 {
		left: calc(50% - 50px);
		top: calc(50% - 120px);
	}
	.map-marker-IAQ-SENSOR-3 {
		left: calc(50% + 52px);
		top: calc(50% - 100px);
	}
}
/* mobile view */
@media screen and (max-width: 499px) {
}
@media (max-width: 769px) {
}
