.map {
	position: relative;
	width: 100%;
	height: 90%;
	height: 100vh;
}

.home__intro-map {
	position: relative;
	width: 100%;
	height: 100%;
	height: 100vh;
}

.home__intro-map .map {
	position: fixed;
	z-index: -1;
}

.hide__map {
	display: none !important;
}

.mapboxgl-popup {
	position: absolute;
	top: 100px;
	z-index: 999;
}

.home__intro-map-interact {
	position: relative !important;
	z-index: 0 !important;
}

.home__intro-map .map__container {
	padding-top: 25vh;
}

.home__intro-map .map__container h1 {
	text-transform: uppercase !important;
	letter-spacing: 0.1em;
	font-size: 2.2em;
	line-height: 1.5em;
	font-weight: 300;
	color: #fff;
}

.map__button-container {
	margin-top: 30px;
    text-align: center;
}

.map__button {
	display: none;
	text-align: center;
	margin-top: 20px;
}

.map__text {
	display: none;
	font-size: 1.2em;
}

.map__navigate {
	height: 10vh;
	position: absolute;
    bottom: 0px;
}

.map__navigate-button {
	height: 100%;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-right: solid 1px #B93022;
	padding: 20px 10px;
	font-size: 1.2em;
	cursor: pointer;

}

.map__navigate-button:hover {
	background: #414042;
	cursor: pointer;
}

.map__navigate-button:last-child {
	border-right: solid 0px #B93022;
}

.mapboxgl-popup-content {
	max-width: 320px;
	min-width: 290px;
	font-family: 'futura-pt', 'futura', sans-serif;
	padding: 0px;
}

.mapboxgl-popup-content .fundraiser__refugees-rescued-box {
	margin-top: 0px;
	padding: 0px;
	border-radius: 3px;
}

.mapboxgl-popup-content  .fundraiser__refugee-profile-blank {
	border: 2px solid #fff;
	max-width: 120px;
	max-height: 120px;
	margin-top: -40px;
}

.mapboxgl-ctrl-bottom-right {
	display: none;
}

.mapboxgl-ctrl-bottom-left {
	display:none;
}

.checkthisout {
	background-color: #dd3928;
}

canvas#play-marker-video {
	background: #dd3928 !important;
	width: 200px;
	height: 200px;

}

.mobile__show-mobile-crisis {
	display: none;
}

.mobile__show-mobile-crisis .loader-content {
		position: absolute;
		top: 30%;
		bottom: 0;
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
}

.mobile__show-mobile-crisis .loader-content span {
	display: block;
}

@media only screen and (max-width: 768px) {

	.mobile__hide-crisis-container {
		display: none;
	}
}
