.map-image-size {
	width: 970px;
}
.map-marker-IAQ-SENSOR-1 {
	left: calc(50% - 290px);
	top: calc(50% - 135px);
}
.map-marker-IAQ-SENSOR-2 {
	left: calc(50% + 65px);
	top: calc(50% + 220px);
}
.map-marker-IAQ-SENSOR-3 {
	left: calc(50% + 175px);
	top: calc(50% - 165px);
}
.display-below {
	transform: translate(calc(-100% + 5rem), 31rem);
}
/* 1280 */
@media screen and (max-width: 1499px) {
	.map-image-size {
		width: 650px;
	}
	.map-marker-IAQ-SENSOR-1 {
		left: calc(50% - 195px);
		top: calc(50% - 95px);
	}
	.map-marker-IAQ-SENSOR-2 {
		left: calc(50% + 45px);
		top: calc(50% + 145px);
	}
	.map-marker-IAQ-SENSOR-3 {
		left: calc(50% + 115px);
		top: calc(50% - 115px);
	}
}
/* 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% - 105px);
		top: calc(50% - 65px);
	}
	.map-marker-IAQ-SENSOR-2 {
		left: calc(50% + 10px);
		top: calc(50% + 50px);
	}
	.map-marker-IAQ-SENSOR-3 {
		left: calc(50% + 45px);
		top: calc(50% - 80px);
	}
}
/* mobile view */
@media screen and (max-width: 499px) {
}
@media (max-width: 769px) {
}
