.mbgl_gesture_warning {
	pointer-events: none;
	transition: opacity 0.8s;
	opacity: 0;
}
.mbgl_gesture_warning.showing {
	opacity: 1;
}
