html.big-video, .body_big-video {
overflow: hidden;
height: 100%
}

/* Header */
.body_big-video header {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    color: #fff;
    background: rgba( $accent , 0.7 );
    padding: 30px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: -100px 0 0 -100px;
    text-align: center;
    


h1 {
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
color: #fff;
padding: 0 0 10px 0;
font-size: .75em;
}

h1 span {
font-weight: 300;
}

p, span {
font-style: italic;
color: #fff;
font-size: .65em;
}

a {
color: $highlight;
}

a:hover {
color: rgba( $highlight, .5 );
}

a:focus {
color: rgba( $base, .9 );
}
}


@media only screen and (min-width: 48em) {
.body_big-video header {
    padding: 60px;
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px;


h1 {
font-size: 1.7em;
}

p {
font-size: 1em;
}
}
}

/* Nav 

nav.nav-btn {
    position: absolute;
    right: 5%;
    top: 45%;
    padding: 5px;
    background: #000;
    border-radius: 40px;
    opacity: .4;
    cursor: pointer;
    z-index: 1000;
}

nav.nav-btn:hover, nav#prev-btn:hover {
opacity: .6;	
}

nav.nav-btn	a {
font-size: 2em;
}

nav#prev-btn {
right: auto;
left: 5%;
}

@media only screen and (min-width: 48em) {

nav.nav-btn {
    padding: 20px;
}

nav.nav-btn	a {
font-size: 4em;
}

}
*/
.big-video-wrapper {
position: absolute;
top: 45px;
width: 400%;
height: 100%;
z-index: 0;
}

.video-screen {
position: relative;
height: 100%;
width: 25%;
float: left;
overflow: hidden;
}

.big-image {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
}

h1.video-title {
position: absolute;
bottom: 10px;
right: 5%;
margin: 0;
padding: 0;
line-height: 1;
font-family: sans-serif;
font-size: 1em;
text-transform: uppercase;
}

@media only screen and (min-width: 48em) {
h1.video-title {
font-size: 2em;
bottom: 150px;
}
}

.big-video-header {
	/* background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5); */
	background-image:url("../../../images/header.png");
	background-repeat:no-repeat;
	background-position:center; 
	background-color: rgba(22, 80, 156, 0.8);
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    font-family: Cambria,Georgia,serif;
    font-size: 11px;
    left: 0;
    line-height: 24px;
    width: 100%;
    height:105px;
    /*z-index: 9999; */
    position: absolute;
	/*top: 21px;*/
	left: 0;
	right: 0;
	border-bottom:4px solid #083676;
	/* opacity: .5; */
	&:hover {
		opacity: 1;
	}
	
}
.big-video-footer {
	/* background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5); */
	background-image:url("../../../images/footer.png");
	background-repeat:no-repeat;
	background-position:center; 
	background-color: rgba(25, 82, 155, 0.7);
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    font-family: Cambria,Georgia,serif;
    font-size: 11px;
    left: 0;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
    height:81px;
    /*z-index: 9999; */
    position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top:4px solid #083676;
	/* opacity: .5; */
	&:hover {
		opacity: 1;
	}
}

/*	BigVideo Styles 
	You may need to adjust these styles to get this working right in your design. 
*/
#big-video-wrap{overflow:hidden;position:fixed;height:100%;width:100%;top:0;left:0;}
#big-video-vid,#big-video-image{position:absolute;}
#big-video-control-container{position:fixed;bottom:20px;padding: 0 20px;width:100%;
  -webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;}
#big-video-control{width:100%;height:16px;position:relative;}
#big-video-control-middle{margin: 0 56px 0 24px;}
#big-video-control-bar{width:100%;height:16px;position:relative;cursor:pointer;}
#big-video-control-progress{position:absolute;top:7px;height:3px;width:0%;background:#fff;}
#big-video-control-track{position:absolute;top:8px;height:1px;width:100%;background:#fff;}
#big-video-control-bound-left{left:0;}
#big-video-control-bound-right{right:-1px}
#big-video-control-track .ui-slider-handle {opacity:0;}
#big-video-control-playhead{left:30%;}
#big-video-control-play{position:absolute;top:0;left:0;height:16px;width:16px;background-image:url('bigvideo.png');}
#big-video-control-timer{position:absolute;top:1px;right:0;color:#fff;font-size:11px;}
#big-video-control-playhead,#big-video-control-bound-left,#big-video-control-bound-right{position:absolute;top:0;height:16px;width:1px;background:#fff;}
#big-video-control .ui-slider-handle{border-left:solid 1px #fff; width:16px;height:16px;position:absolute;top:-8px;}
.transparent{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.vjs-big-play-button{display:none !important;}