/*	BigVideo Styles 
	You may need to adjust these styles to get this working right in your design. 
*/
#big-video-wrap{overflow:hidden;position:unset;height:100%;width:100%;top:0;left:0;z-index: 99}
#big-video-vid,#big-video-image{position:relative;}
#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;}
#video_player_gm{position:relative; width:100%; height:auto;}
#video-player-overlay {

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;

}
.slideshow-container .wrapper.video-tobe-play{
    display: none;
}

.ovverlay-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.overlay-content {

    z-index: 101;
    position: relative;
    text-align: center;
    height: 100%;
    width: 100%;

}
.overlay-content .banner-caption{

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;

}
.overlay-content .banner-caption p {
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 0;
    background: transparent;
    line-height: 1;
    color: #fff;
}

.overlay-content .banner-caption h2 {
    font-size: 60px;
    font-family: "proxi_700";
    margin: 15px 0;
    color: #fff;
}

.overlay-content .banner-caption a.btn {
    background: #f47b20;
    font-family: proxi_700;
    font-size: 18px;
    padding: 15px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .5px;
}

.overlay-transparent {

    background: #515151;
    opacity: .2;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;

}

#big-video-vid{
    width: 100% !important;
    min-height: 350px;
}
object#big-video-vid_flash_api{
    width: 100% !important;
}

object#big-video-vid_flash_api button#closeicon.closeicon{
    display:none;
}
object#big-video-vid_html5_api button#closeicon.closeicon{
    display:none;
}

@media (max-width: 767px) { 
    .overlay-content .banner-caption h2{
        font-size: 40px;
    }
}
