


/* The only rule that matters */
#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

/* These just style the content */
article {
/*  just a fancy border  */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid rgba(255, 255, 255, 0.5);
  margin: 10px;
}

.videooner
{
}
.videooner .videotextr
{
    font-family: 'Work Sans', sans-serif;
    font-size: 34px;
    color: #f8f8f8;
    padding: 83px 0px 0px 0px;
}
.videooner .videotextr1
{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #f8f8f8;
    text-align: center;
    padding: 102px 0px 0px 0px;
}
.videooner .videotextr1 span
{
color:#f99007;
}