.mapGlobe {
	position: absolute;
	display:none;
}
.mapGlobe.on {
	display:block;
	right: 29px;
	bottom: 32px;
	cursor: pointer;
	height: 55px;
	width: 55px;
	background-image: url(../../../../images/icon_globe.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 55;
}



@media screen and (min-width: 950px) {
	.mapGlobe.on {
		width: 75px;
		height: 75px;
		right: 11%;
		bottom: 75px;
	}
}