.demo-video-wrapper {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #06357A;
	position: relative;
	background-attachment: fixed;
}


.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
}

.video-hero--content {
    position: absolute;
	text-align: left;
    background: rgba(141, 134, 119, .6);
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
    bottom: 0px;
    width: 42%;
}

.video-hero--content h1 {
    font-size: 36px;
    color: #FFF;
    font-weight: 400;
    line-height: 40px;
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    display: block;
}
.video-hero--content h4 {
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    text-align: left;
    display: block;
    text-transform: uppercase;
}
.video-hero--content h5 {
    font-size: 36px;
    color: #FFF;
    font-weight: 400;
    line-height: 40px;
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    display: block;
    letter-spacing: -1px;
}


.video-hero--content h6 {
    font-size: 36px;
    color: #FFF;
    font-weight: 600;
    line-height: 40px;
    width: 90%;
    margin-top: 70px;
    margin-right: 5%;
    margin-left: 5%;
    text-align: left;
    margin-bottom: 20px;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}



.jquery-background-video-wrapper {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
}


.jquery-background-video-wrapper-sub {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
}




.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%);
    background-color: #FFFFFF;
}

/**
 * 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 {
    min-height: 450px;
}
	
.jquery-background-video-wrapper-sub {
    background-size: initial;
}		
	
	
	
.video-hero--content {
    width: 62%;
}
	
.video-hero--content h4 {
}

.video-hero--content h1 {
    font-size: 30px;
    line-height: 34px;
}
.video-hero--content h5 {
    font-size: 30px;
    line-height: 34px;
}
   
}


@media only screen and (max-width: 700px) {

**TABLET SMALL** {
}
.jquery-background-video-wrapper {
    min-height: 400px;
    background-size: contain;
}
	
.jquery-background-video-wrapper-sub {
    height: 350px;
}		
	
		
	
.demo-video-wrapper {
  height: 350px;
}

.award {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 999;
	display: none;
}

.video-hero--content {
    width: 80%;
}
	
	
.jquery-background-video {
    width: auto;
    height: auto;
    top: 100%;
    left: 100%;
    -webkit-transform: translate(-55%, -60%);
    transform: translate(-55%, -60%);
}	

}



@media only screen and (max-width: 481px) {

**MOBILE** {
}
.jquery-background-video-wrapper {
    min-height: 400px;
    background-position: left 0%;
}
	
.jquery-background-video-wrapper-sub {
    height: 300px;
}	
	
.demo-video-wrapper {
    height: 350px;
}
	
.video-hero--content {
    width: 75%;
}	
	
.video-hero--content h4 {
    display: block;
}
		
	
}
