

/* PrismSlider */
.cache {
	display: none;
}

.prism-slider {
	width: 100%;
	max-width: 100%;
	height: 100vh;
	position: relative;
}

.prism-slider canvas {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;    
	height: 100vh;
}

.prism-slider .navigation {
	width: 100%;
	position: absolute;
	bottom: 5%;
	text-align: center;
	list-style: none;
	z-index: 1;
}

.prism-slider .navigation li {
	border: 3px solid #eceff1;
	width: 18px;
	height: 18px;
	margin: 0 5px;
	background: #52525a;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
}

.prism-slider .navigation .active {
	background: #eceff1;
}


