/*==================================================
CUSTOM - OVERWRITES THE SASS GENERATED STYLESHEET
==================================================*/

.map__popup img{
	display: none;
}
.field--magic{
	display: none;
}
.alert {
	margin-top: 30px;
}
.map .map__cross {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 15px;
	width: 15px;
	stroke: currentColor;
	cursor: pointer;
}

.map .map__popup .map__cross {
	color: var(--primary);
}

.map .map__popup.map__popup--secondary .map__cross {
	color: var(--secondary);
}

.map .map__description {
	max-width: 90%;
}


.button-reset.button[data-play-video] { position: relative; top: inherit; left: 0; transform: none; margin: 2rem 0 0; }
.splash-d { display:none }
.splash-m { display:block; width:100% }
@media screen and (orientation: landscape) and (min-width: 480px)  {
	.splash-d { display:block }
	.splash-m { display:none; }
}