body, html {
	height: 100%;
	overflow: hidden;
	border:0px solid green;
	background-color: #000;
}

.cycle-slideshow
{
	position: absolute;
	height: 100%;
	width: 100%;
	border:0px solid red;
}

.iDisplay-preview {
	border:0px solid blue;
}

.iDisplay-wrap {
	border:0px solid pink;
}


.iDisplay-fullscreen { overflow: none; }



/*.fullscreen-bg__video {
	z-index: 101;
}*/


/*.fullscreen-bg__video {
	border:1px solid red;
	height: 500px;
	width: 500px;
}*/



.overlay-text-message {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left:0;
	right: 0;
	
	
	margin-bottom: 5%;
	
}

.overlay-text-message-inner {
	width: 80%;
	background-color: #fff;
	color:red;
	margin: 0 auto;
	border-radius: 10px;
	padding:25px;
	font-size: 2vmax;
	text-align: center;
	box-shadow: 11px 10px 37px 0px rgba(0,0,0,0.75);
}