/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.video-hero--content {
    position: relative;
    color: #FFF;
    margin-top: 180px;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
    width: 100%;
    float: left;
}


.banner-content {
    width: 95%;
    margin-right: 0%;
    margin-bottom: 0%;
    margin-top: 80px;
    margin-left: 2%;
    border-left: 1px solid #FFFFFF;
    padding-left: 3%;
}


.video-hero--content h5 {
    font-size: 20px;
    color: #FFF;
    text-align: left;
    font-weight: 400;
    line-height: 22px;
    text-shadow: 0 0 10px #666666;
    margin-bottom: 20px;
}

.video-hero--content h6 {
    font-size: 52px;
    color: #FFFFFF;
    font-weight: 300;
    text-align: left;
    line-height: 58px;
    margin-right: 0;
    margin-left: 0;
    display: block;
    text-shadow: 0 0 10px #666666;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
  opacity: 0;
  transition: opacity 300ms linear;
}

.js .jquery-background-video.is-visible {
  opacity: 1;
}


@media all and (max-width : 950px) {

TABLET {
}
.jquery-background-video-wrapper {
    height: auto;
    background-position: 0% bottom;
}
    
.banner-content {
    width: 95%;
    margin-right: 0%;
    margin-bottom: 0%;
    margin-top: 40px;
    float: left;
    margin-left: 2%;
    border-left: 1px solid #FFFFFF;
    padding-left: 3%;
}    
    

.video-hero--content {
    margin-top: 60px;
    padding-bottom: 0px;
    margin-bottom: 60px;
}

.video-hero--content h5 {
    font-size: 18px;
    line-height: 22px;
}

.video-hero--content h6 {
    font-size: 40px;
    line-height: 44px;
}

}


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

TABLET SMALL {
}
.jquery-background-video-wrapper {
}

.banner-content {
    width: 95%;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-top: 0px;
    float: left;
    margin-left: 2%;
    border-left: 1px solid #FFFFFF;
    padding-left: 3%;
}    
    
    
.video-hero--content {
    margin-top: 50px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
}

.video-hero--content h5 {
    font-size: 16px;
    line-height: 20px;
}

.video-hero--content h6 {
    font-size: 30px;
    line-height: 34px;
} 
}
