#outer {
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
#home-top-video:before {
  /*content:"";*/
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:1;
  background:linear-gradient(to right,rgba(65, 0, 255, 0.4),rgba(255, 0, 232, 0.3));
}

#home-top-video {
  left: 0%;
  top: 0%;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: absolute;
  /*z-index: -1;*/
}

#home-text {
  position: absolute;
  left: 10%;
  top: 80%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index:1;
  padding: 10px 10px 0px 10px;
  border: 1px dotted #fff;
  border-radius: 3px !important;
  opacity: 0.8;
}
.video-width {width:inherit;}
@media (max-width: 767px) {
	.video-width {width:auto;}
}

.video-container:before {
  /*content:"";*/
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:1;
  background:linear-gradient(to right,rgba(65, 0, 255, 0.4),rgba(255, 0, 232, 0.3));
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /*height: 0;*/
  overflow: hidden;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay-content {
  position: absolute;
  top: 40%;
  /*top: 50%;
  left: 50%;*/
  transform: translateY(-50%); /*translate(-50%, -50%);*/
  color: white;
  text-align: center;
  z-index: 10;
}
.mobfont {}
.mobposition	{left: 50%;}
@media only screen and (max-width: 859px) {
	.mobfont {font-size: 18px !important;}
	.mobposition {left: 33%;}
}

.video-item {
  width: 100%;
  height: auto;
}

.video-item:not(#unifiedvideo) { /* Initially hide all except video1 */
  display: none;
}


