body {
	background: url(https://cdn.playa-games.com/res/landingpage_new/tinyisland/img/overlay_text_bg.png) no-repeat;
	color: #FFF;
}
h1 {
	font-size: 26px;
	line-height: 23px;
	margin-bottom: 14px;
}
.layer_text .mCSB_container {
	font-weight: 400;
}
.layer_text .mCSB_container b {
	font-size: 14px;
}
.layer_text .mCSB_container h1 {
	font-size: 16px;
	font-weight: 600;
}
a {
	text-decoration: underline;
	color: #fff;
}
.mCustomScrollBox {
	background-repeat: repeat;
	display: inline-block;
	height: 355px !important;
	max-height: 355px !important;
	overflow: hidden;
	top: -31px;
	z-index: 100;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background: url(https://cdn.playa-games.com/res/landingpage_new/tinyisland/img/text_scroll_bg.png) no-repeat;
	height: 100%;
	margin: -4px auto;
	position: relative;
	right: 5px;
	width: 31px;
	z-index: -1;
}
.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	height: 50px;
	width: 31px !important;
}
.cont {
	overflow: auto;
	max-height: 350px;
	padding: 90px 60px 50px 80px;
}

/* 1 COL */
@media only screen and (max-width: 669px) {
body {
	background: none !important;
	color: #FFF;
}
.cont {
	overflow: auto;
	max-height: 350px;
	padding: 90px 0px 50px 0px;
}
.cont .mCustomScrollBox > .mCSB_scrollTools {
	height: 100%;
	right: 23px;
	top: 3px;
	width: 31px;
}
}
