.video-holder {
	height:200px;
}

video#bgvid01 { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -98;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(video/backup/web_clip_01-720.jpg) no-repeat;
    background-size: cover; 
}

video#bgvid02 { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -99;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(video/backup/web_clip_01-720.jpg) no-repeat;
    background-size: cover; 
}

.af-intro_01 {
	padding: 40px 60px 120px 60px;
}


.af-spacer-div {
    height: 66vh;
}


// BG shizzle

// html { 
//   background: url("") no-repeat center center fixed; 
//   -webkit-background-size: cover;
//   -moz-background-size: cover;
//   -o-background-size: cover;
//   background-size: cover;
// }

// #bg {
//   position: absolute; 
//   top: -50%; 
//   left: -50%; 
//   width: 200%; 
//   height: 200%;
//   z-index: -1;
// }
// #bg img {
//   position: absolute; 
//   top: 0; 
//   left: 0; 
//   right: 0; 
//   bottom: 0; 
//   margin: auto; 
//   min-width: 50%;
//   min-height: 50%;
// }

.bg-panel {
    max-height: 700px;
}

.modal {
    background-color: rgba(0, 0, 0, 0.2)
}

.modal-content {
    background: none;
    border: 0;
}

.modal-header {
    border: none;
}

.modal-body {
    padding: 0;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

.modal-dialog {
    width: 1000px;

    /* For responsive */
    max-width:90%;
    min-width:600px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* Video 02 Media Query Stuff */

/* Parallax Media Query Stuff */

@media only screen and (max-width: 320px) {
    


}

@media only screen and (max-width: 480px) {

  .teaser {
  text-shadow: 0 0 1px black;
  font-size: 1.4rem;
}

.modal-dialog {
    
    /* For responsive */
    max-width:90%;
    // min-width:600px;
}

}

@media only screen and (max-width: 768px) {

  .teaser {
  text-shadow: 0 0 1px black;
  font-size: 1.6rem;
}

  .af-intro_01 {
    padding: 40px 0px 120px 20px;
  }


    .yuge {
        max-width: 70%;
    }
}

@media only screen and (max-width: 992px) {



}
