.map-image-size {
	width: 700px;
}
.map-marker-IAQ-SENSOR-1 {
	left: calc(50% + 175px);
	top: calc(50% + 165px);
}
.map-marker-IAQ-SENSOR-2 {
	left: calc(50% + 175px);
	top: calc(50% - 45px);
}
.map-marker-IAQ-SENSOR-3 {
	left: calc(50% - -70px);
	top: calc(50% - 145px);
}
.display-below {
	transform: translate(calc(-100% + 5rem), 31rem);
}
/* 1280 */
@media screen and (max-width: 1499px) {
	.map-image-size {
		width: 700px;
	}
	.map-marker-IAQ-SENSOR-1 {
		left: calc(50% + 190px);
		top: calc(50% + 185px);
	}
	.map-marker-IAQ-SENSOR-2 {
		left: calc(50% + 190px);
		top: calc(50% - 30px);
	}
	.map-marker-IAQ-SENSOR-3 {
		left: calc(50% - -80px);
		top: calc(50% - 135px);
	}
}
/* 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: 330px;
	}
	.map-marker-IAQ-SENSOR-1 {
		left: calc(50% + 75px);
		top: calc(50% + 65px);
	}
	.map-marker-IAQ-SENSOR-2 {
		left: calc(50% + 75px);
		top: calc(50% - 30px);
	}
	.map-marker-IAQ-SENSOR-3 {
		left: calc(50% - -25px);
		top: calc(50% - 80px);
	}
}
/* mobile view */
@media screen and (max-width: 499px) {
}
@media (max-width: 769px) {
}
