
.ng-image,
.ng-video {
	display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ng-preloader{
	background-image: url(../../resources/img/spinner.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 6em;
	left: 50%;
	margin: -3em 0 0 -3em;
	position: absolute;
	top: 50%;
	width: 6em;
	z-index: 10;
}

.ng-play {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	z-index: 999;
}

.play-tablets{
	z-index: 99;
}
#flashVideoPlayer{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}