@media all and (max-width: 640px) {
	body {
		min-width: 100px;
	}

	.pe_map_holder {
		height: auto;
		overflow: visible;
		padding-top: 140px;
	}
	.pe_map {
		height: auto;
		width: auto;
		left: 0px;
		margin-left: 0px;
		background: none;
		position: relative;
		top: 0px;
		/*margin-top: 140px;*/
		transform: scale(1.0);
	}

	.pe_map_element {
		position: relative;
		left: 0px;
		top: 0px;
		background: #6BB312;
		margin-top: 5px;
		width: 100%;
		height: 100px;
	}
	.pe_map_element:hover {
		background: #51890E;
		/*color: #640036;*/
	}

	.mission-2 > .pe_map_element {
		background: #efc259b3;
	}
	.mission-2 > .pe_map_element:hover {
		background: #b39043;
	}

	.pe_map_element_hitarea:hover > .pe_map_element_tooltip {
		/*color: #640036;*/
	}
	.pe_map_element img {
		display: none;
	}
	.pe_map_element_inactive {
		display: none;
	}
	.pe_map_element_substitute_img {
		width: 200px;
		height: 100px;
		display: block;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin-left: calc(50% - 50px);
		margin-right: 50%;


	}
	.pe_map_element_zwirownia > .pe_map_element_substitute_img {
		background-image: url("../img/location_icon_0001.png");
	}
	.pe_map_element_wysypisko > .pe_map_element_substitute_img {
		background-image: url("../img/location_icon_0003.png");
	}
	.pe_map_element_kopalnia > .pe_map_element_substitute_img {
		background-image: url("../img/location_icon_0002.png");
	}
	.pe_map_element_elektrownia > .pe_map_element_substitute_img {
		background-image: url("../img/location_icon_0004.png");
	}
	.pe_map_element_szkola > .pe_map_element_substitute_img {
		background-image: url("../img/location_icon_0012.png");
	}
	.pe_map_element_hydepark > .pe_map_element_substitute_img {
		background-image: url("../img/location_icon_0006.png");
	}
	.pe_map_element_market > .pe_map_element_substitute_img {
		background-image: url("../img/location_icon_0007.png");
	}
	.pe_map_element_miasteczko > .pe_map_element_substitute_img {
		background-image: url("../img/location_icon_0005.png");
	}
	
	.pe_map_element_baner > .pe_map_element_substitute_img {
		background-image: url("../img/baner.png");
	}
	
	.pe_map_element_polanka > .pe_map_element_substitute_img {
		background-image: url("../img/location_icon_0011.png");
	}
	.pe_map_element_panele > .pe_map_element_substitute_img {
		background-image: url("../img/location_icon_0008.png");
	}
	.pe_map_element_szpital > .pe_map_element_substitute_img {
		background-image: url("../img/location_icon_0009.png");
	}
	.pe_map_element_farma > .pe_map_element_substitute_img {
		background-image: url("../img/location_icon_0010.png");
	}

	.pe_map_element_trash > .pe_map_element_substitute_img {
		background-image: url("../img/mission2/location_icon_0001.png");
	}
	.pe_map_element_dump > .pe_map_element_substitute_img {
		background-image: url("../img/mission2/location_icon_0002.png");
	}
	.pe_map_element_recycling > .pe_map_element_substitute_img {
		background-image: url("../img/mission2/location_icon_0003.png");
	}
	.pe_map_element_szkola_mission_2 > .pe_map_element_substitute_img {
		background-image: url("../img/mission2/location_icon_0004.png");
	}
	
	.pe_map_element_tooltip {
		display: block;
		font-size: 30px;
		text-shadow: none;
		display: table-cell !important;
		vertical-align: middle;
		position: relative;
		bottom: 0px;
		left: 0px;
		transform: none;
		text-align: center;
		padding-right: 60px;
		text-shadow: 0 0 20px #000000;
		white-space: normal;
	}
	.pe_map_element_hitarea {
		bottom: 0px !important;
		height: 100px !important;
		display: table !important;
	}
	.pe_map_element_battery {
		top: 10px !important;
		right: 10px !important;
	}

	.pe_map_video_buttons {
		margin-left: -280px;
		position: relative;
		left: 0px;
		bottom: 0px;
		margin-left: 20px;
		height: 90px;
		margin-top: 5px;
	}
}