body {
	background: #EBD691 url("../img/background.png") no-repeat;
	background-size: cover;
}

html {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

body {
	height: 100%;
	width: 100%;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body * {
	font-family: "Open Sans", "Arial", sans serif;
	color: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media only screen and (max-width: 768px) {
	body {
		background-size: auto;
	}
	.cd-image-container {
		display: block;
	}
	*, *:after, *:before {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
}

.treasureMap-wrapper {
	margin: 0 -50%;
}

.island_base-overlay {
	height: 100% !important; /* necessary to avoid overriding by JS */
	margin: auto;
	max-width: 1600px;
	text-align: center;
	position: relative;
}

.island_base-wrap {
	/* background: url("../img/island_base-new.png") no-repeat;
	background-size: 1600px 1000px; */
	background-position: center;
	height: 100%;
	width: 1600px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
}

.island_base {
	width: 1600px;
	height: 1000px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}

/* .island_base, .island_base-overlay, .island_base-wrap, .mouse-follow, .mouse-follow_overlay {
	transition: width 0.3s ease;
	transition: height 0.5s ease;
} */

.mouse-follow_overlay {
	/*background: url(../img/island_overlay.jpg) no-repeat;
	background-size: 1280px; */
	width: 165px;
	height: 415px;
	position: absolute;
	z-index: 5;
	cursor: none;
}

.mouse-follow {
	background: url("../img/crystal-165px.png") no-repeat;
	background-size: contain;
	width: 165px;
	height: 415px;
	position: absolute;
	/*outline: 1px solid red;*/
	z-index: 3;
	cursor: none;
	/*border-radius: 50%;*/
}
.mouse-follow_overlay {
	display: none;
}