html, body, 
.container,
.cbp-fbscroller,
.cbp-fbscroller section { 
	/* min-height: 100vh; */ 
}

/*.cbp-fbscroller > nav {
	position: fixed;
	z-index: 9999;
	right: 100px;
	top: 50%;
	width: 26px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}*/

/*.cbp-fbscroller > nav a {
	display: block;
	position: relative;
	z-index: 9999;
	color: transparent;
	width: 26px;
	height: 26px;
	outline: none;
	margin: 25px 0;
	border-radius: 50%;
	border: 4px solid #fff;
}

.no-touch .cbp-fbscroller > nav a:hover {
	background: rgba(255,255,255,0.6);
}*/

.cbp-fbscroller > nav a.cbp-fbcurrent {
	background: #fff;
}

.cbp-fbscroller section {
	position: relative;
//	background-position: top center;
//	background-repeat: no-repeat;
//	background-size: cover;
}

.no-touch .cbp-fbscroller section {
	background-attachment: fixed;
}