

.glob-cont-container
{
  height: 100%;
  /*-webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;*/
}
/* BIG VIDEO BACKGROUND================================================== */

.lbig-background
{
  z-index:550;
  min-height:100%;
  width: 100%;
  position:relative;
  /* overflow:hidden;*/
  background-image:url(/images/HeaderBackground.jpg);
  background-color: #424347;
  background-position: center;
  background-size: cover;
}

.lbig-background .container
  {
    padding-bottom: 25px;
  }

.lbig-background .lbig-background-container
  {
    width:830px;
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
    }

.lbig-background-title
  {
    font-family:'Raleway',sans-serif;
    font-size:78px;
    color:#fff;
    font-weight:300;
    text-transform:uppercase;
    text-align:center;
    margin-bottom:22px;
    padding-top:20px;
    display:inline-block;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
    }

a.lbig-background-btn
    {
      font-family:'Lato',sans-serif;
      font-size:13px;
      text-transform:uppercase;
      text-decoration:none;
      color:#fff;
      background:transparent;
      border:2px solid #fff;
      padding:10px 14px;
      cursor:pointer;
      letter-spacing:2px;
      text-align:center;
      display:inline-block;
      -webkit-transition:.4s background ease;
      -moz-transition:.4s background ease;
      -o-transition:.4s background ease;
      transition:.4s background ease;
      }

.lbig-background-btn:hover
    {
      color:#fff;
      background:rgba(255,255,255,0.20)
    }
.lbig-background-default-image
   {
    background:url(/images/HeaderBackground.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0;
    backface-visibility:hidden
    }

    /* MEDIA QUERIES================================================== */
    @media screen and (max-width: 768px) {.about-section-title {line-height:1}}
    @media screen and (max-width: 480px) {.lbig-background-title {font-size:58px}.small-background-title {line-height:1}/*.player{ display: none;}  -> If you want to remove the video bg on a specific viewport w/o plugin*/}
    @media screen and (max-width: 360px) {.lbig-background-title,#colorize {line-height:1}}@media screen and (max-width: 320px) {.small-background-title {font-size:30px}}
