#paymentMapHolder {
	width: 100vw;
	max-width: 1080px;
	height: 100vw;
	max-height: 1080px;
	position: relative;
}
#pmbg {
	width: 100%;
	height: 100%;
	max-width: 1080px;
	position: absolute;
}
#pmlbls {
	width: 100%;
	max-width: 1080px;
	position: absolute;
	pointer-events: none;
	top: 0px;
	left: 0px;
}
#pmCT {
	position: absolute;
	top: 53.25%;
	left: 55%;
	width: 11.25%;
	opacity: 0; /* Initially hide the map-section */
	transition: opacity 0.5s; /* Add smooth transition */
}
#pmCT:hover {
	opacity: 1;
}
#pmDE {
	position: absolute;
	top: 75.16%;
	left: 30.45%;
	width: 11.63%;
	opacity: 0; /* Initially hide the map-section */
	transition: opacity 0.5s; /* Add smooth transition */
}
#pmDE:hover {
	opacity: 1;
}
#pmGai {
	position: absolute;
	top: 79.08%;
	left: 21.63%;
	width: 7.1%;
	opacity: 0; /* Initially hide the map-section */
	transition: opacity 0.5s; /* Add smooth transition */
}
#pmGai:hover {
	opacity: 1;
}
#pmMA {
	position: absolute;
	top: 45.45%;
	left: 51.85%;
	width: 22.6%;
	opacity: 0; /* Initially hide the map-section */
	transition: opacity 0.5s; /* Add smooth transition */
}
#pmMA:hover {
	opacity: 1;
}
#pmME {
	position: absolute;
	top: 0.45%;
	left: 69.5%;
	width: 29.75%;
	opacity: 0; /* Initially hide the map-section */
	transition: opacity 0.5s; /* Add smooth transition */
}
#pmME:hover {
	opacity: 1;
}
#pmPA {
	position: absolute;
	top: 53.98%;
	left: 27.0%;
	width: 17.72%;
	opacity: 0; /* Initially hide the map-section */
	transition: opacity 0.5s; /* Add smooth transition */
}
#pmPA:hover {
	opacity: 1;
}
#pmNewmanPA {
	position: absolute;
	top: 66.95%;
	left: 25.18%;
	width: 13.29%;
	opacity: 0; /* Initially hide the map-section */
	transition: opacity 0.5s; /* Add smooth transition */
}
#pmNewmanPA:hover {
	opacity: 1;
}
#pmNH {
	position: absolute;
	top: 34.15%;
	left: 58.5%;
	width: 15.08%;
	opacity: 0; /* Initially hide the map-section */
	transition: opacity 0.5s; /* Add smooth transition */
}
#pmNH:hover {
	opacity: 1;
}
#pmNY {
	position: absolute;
	top: 24.45%;
	left: 6.25%;
	width: 49.01%;
	opacity: 0; /* Initially hide the map-section */
	transition: opacity 0.5s; /* Add smooth transition */
}
#pmNY:hover {
	opacity: 1;
}
#pmBing {
	position: absolute;
	top: 49.78%;
	left: 30.25%;
	width: 7.8%;
	opacity: 0; /* Initially hide the map-section */
	transition: opacity 0.5s; /* Add smooth transition */
}
#pmBing:hover {
	opacity: 1;
}
#pmSt {
	position: absolute;
	top: 76.35%;
	left: 28%;
	width: 7%;
	opacity: 0; /* Initially hide the map-section */
	transition: opacity 0.5s; /* Add smooth transition */
}
#pmSt:hover {
	opacity: 1;
}
#pmVT {
	position: absolute;
	top: 24.18%;
	left: 52.18%;
	width: 15.25%;
	opacity: 0; /* Initially hide the map-section */
	transition: opacity 0.5s; /* Add smooth transition */
}
#pmVT:hover {
	opacity: 1;
}