.polygon_item_popup {
	width: 90%;
	height:80%;
	cursor: pointer;
	z-index:10000;
	background: rgb(0,102,102,0);
	color: white;
	text-align: justify;
	position: absolute;
	display:none;
	font-family: 'Roboto';
	touch-action: none;

}
@media all and (max-width: 900px) {
	.polygon_item_source {
    	top: 5px;
    	right: 5%;
    	width: 90%;
    	height: 90%;
	}
	.polygon_item_popup {
		width: 90%;
		height:90%;
		left: 5%;
		top:10px;
	}
	.polygon_item_close_popup_window {
		position: absolute;
		z-index: 10000;
		top: 1px;
    	right: 1%;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		display:block;
		cursor: pointer;
	}
	
}
@media all and (max-width: 1024px) {
	.polygon_item_popup .polygon_item_close_popup_window {
		position: absolute;
		z-index: 10000;
		top: 20%;
		right: 1.7%;
		width: 30px;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		display: block;
		cursor: pointer;
	}
}
.polygon_item_source {
    position: fixed;
    top: 5%;
    bottom: 0px;
    left: 10%;
    width: 80%;
    height: 80%;
	touch-action: none;
	border: none;
	z-index:999;
}
			
.polygon_item_popup .polygon_item_close_popup_window {
	position: absolute;
	z-index: 10000;
	top: 29.2%;
    right: 1.7%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display:block;
	cursor: pointer;
}
			
.polygon_item_popup .polygon_item_close_popup_window:hover {
	transform: scale(1.17, 1.17);
}
