.chatroom-sidebar.is__history {
	width: 100%;	
	box-sizing: border-box;
	position: relative;
	padding: 20px 20px 60px 20px;
}

.chatroom-sidebar.is__history .chatroom-chat{
	background: #DABA91;
	border: 6px solid #302A24;
	box-sizing: border-box;
}

.story-skiplink {
	position: absolute;
	left: 50%;
	bottom: -43px;
	transform: translatex(-50%);
	font-family: neucha;
	font-size: 20px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
	color: #fff;
	transition: all 0.6s ease;
}

.story-skiplink:hover {
	transform: translatex(-42%);
}

.slides-wrapper {
	padding: 30px 60px;
	width: 100%;
	height: calc(100vh - 123px);
	overflow: hidden;
	box-sizing: border-box;
}

.story-slider {
	height: 100%;
	color: #fff;
}

.story-slider .slick-arrow {
	transform: scale(2);
	
}

.story-slider .slick-prev::before, .story-slider .slick-next::before {
	color: #a67248;	
}

.story-slide { 
	text-align: center;
	color: #fff;
	padding: 16px 5%;
	box-sizing: border-box;
	max-height: 70vh;
	overflow-y: auto;
}




.story-slide_title {
	font-family: Neucha;
	font-size: 2.8vw;
	color: #a67248;	
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
	margin: 0 0 0 0;
}

.story-slide_text {
	font-family: neucha;
	font-weight: 300;
	font-size: 1.4vw;
	color: #111;	
	padding-bottom: 20px;
}


.story-slide_image {
	height: 8vw;
	width: 8vw;
	border-radius: 50%;
	border: 2px solid #a67248;
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.5);
	object-fit: cover;
	box-sizing: border-box;
	margin: 0 auto 10px auto;
}

@media (max-width: 1000px) {
	.story-slide_image {
		display: none;
	}
}


.page-title {
	clear: both;
	color: #fff;
	
}

.page-text {
	clear: both;
	color: #fff;
	
}


.map-goblin_description a {
	color: #DABA91;
}



.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}


/* Dashboard */

.page-title {
	font-family: neucha;
	font-size: 42px;
	letter-spacing: 2px;
	font-weight: normal;
}


.start-game {
	font-size: 140%;
}