/*<!-- Copyright PT RIGT Software Indonesia, All rights reserved. -->*/

			.RIGTtube-video{
				background:#000;overflow:hidden;position:relative;width:100%;height:100%;top:0;left:0;z-index:1
			}
			.RIGTtube-video-layer{
				overflow:hidden;position:absolute;width:100%;height:100%;top:0;left:0;z-index:2
			}
			
			#video_RIGT{
				height: 100%;
				width: 100%;
				min-width: 320px;
				min-height: 240px;
				top:0px;
				left:0px;
				right:0px;
				bottom: 0px;
				background-size: cover;
				position: absolute;
				z-index:-100;
			}