.svp-video-background-video-full
{ 
	position		: relative;
	min-width		: 100%;
	min-height		: 100%;
	width			: 100%;
	height			: auto;
	background-repeat:no-repeat;
	background-size	: cover;
	transition		: 1s opacity;
}

.svp-video-background-video
{
	position		: relative;
	top				: 50%;
	left			: 50%;
	min-width		: 100%;
	min-height		: 100%;
	width			: 100%;
	height			: auto;
	
	transform		: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%, -50%);
	
	background-size	: cover;
	
	transition		: 1s opacity;
	-webkit-transition: 1s opacity;
}

/****************************************/

.svp-video-background-container-full
{
	width			: 100%;
	z-index			: 0;
	position		: relative;
	min-width		: 100%;
	width			: auto;
	overflow		: hidden;
	z-index			: 4;
	background-repeat:no-repeat;
	background-size	: cover;
	
}

.svp-video-background-container
{	
	z-index		: 0;
	position	: relative;
	width		: 100%;
	overflow	: hidden;
	z-index		: 4;
}

/************************************************/

.svp-video-background-content-full
{
	z-index		: 0;
	min-width	: auto;
	width		: auto;
	overflow	: hidden;
	z-index		: 5;
	background 	: rgb(0,0,0, .5);
	width		: 100%;
}

.svp-video-background-content
{
	z-index		: 0;
	width		: 100%;
	overflow	: hidden;
	z-index		: 5;
}

/********************************************************/

.svp-video-background-main-video-background-full
{
	width		: 100vw;
   	position	: relative;
}

.svp-video-background-main-video-background
{
   	position	: relative;
	
}

.contentHolder
{
	position	: relative;
}
body{
	overflow-x	: hidden;
}
/*******************1.0.1 START***************/
.tv {
  position		: absolute;
  top			: 0;
  left			: 0;
  z-index		: 1;
  width			: 100%;
  height		: 100%;
  overflow		: hidden;
}

.tv .screen {
  position		: absolute;
  top			: 0;
  right			: 0;
  bottom		: 0;
  left			: 0;
  z-index		: 1;
  margin		: auto;
  opacity		: 0;
  transition	: opacity 2s ease-in;
}
.tv .screen.active {
  opacity		: 1;
}

.pattern {
  background-attachment : scroll;
  background-image		: url("pattern.png");
  background-repeat		: repeat;
  background-size		: 0.1%;
  height				: 100%;
  left					: 0;
  opacity				: 0.5;
  position				: absolute;
  top					: 0;
  width					: 100%;
  z-index				: 2;	
}
/*******************1.0.1 END***************/