#video-container{
    max-width:100%;
    position:relative;
    background: #023f73;
   /* position: fixed;*/
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    z-index: 15;
   /* display:none;*/
}
#video-container video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#video-container video {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 100%;
}

.video-caption {
  /*  width: 50%;*/
    max-width: 100%;
    position: absolute;
    bottom: 5%;
    left: 11%;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
    z-index:15;
}
.video-caption h1 {
    font-family: 'dearjoe_5_casual';
    font-weight:normal;
    font-size: 3em;
    color: #fff;
}
.video-play-btn-wrap{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100px;
    height:50px;
    margin:auto;
    font-weight:bold;
    z-index:20;
}
.video-play-btn-wrap .btn {
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 22px;
    padding: 8px 20px 12px;
    margin-bottom: 5px;
}
.video-play-btn-wrap em{
    color: #fff;
}
.cta-buttons {
    position: absolute;
    bottom: 7%;
    right: 5%;
}
.cta-buttons .btn {
    margin: 5px;
}
.btn.btn-orange {
    background: #f15a22;
    color: #fff;
}
.cta-buttons .btn {
    margin: 5px;
}
.btn.btn-transparent {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
}


.video-btn-holder{position:absolute;bottom:10%;left:0;right:0;margin:auto;width:420px; display: none;}
.video-play-btn-wrap{text-align:center;}
.video-play-btn-wrap span{display:block;}
#video-container .video-btn-holder .close-video {position: fixed;top: 25px;right: 30px;font-size: 30px;color: #fff;}
.btn-play ,.btn-play:focus{background: rgba(0,0,0,.7);padding: 8px 15px 10px;color: #fff;border-radius: 30px;letter-spacing: 3px;text-transform: uppercase;outline: none !important;float: left;width: 45px;}
#defaultBar {position: relative;float: left;width: 220px !important;height: 5px;background: #444444;margin: 16px 5px 0 5px;cursor: pointer;}
#progressBar {position: absolute;height: 5px;background: #cc181e;}
#timeWrap {background: rgba(27, 27, 27, .8);display: block;float: left;text-align: center;font-size: 10px;padding: 0px 6px;margin: 11px 5px 0 5px;border-radius: 4px;}
#timeWrap .currentTime {color: #fff;}
#timeWrap .duration {color: #8d8d8d;}
#button-mute-1{width:45px;}

#video-container  .close-video { 
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 30px;
    color: #fff;
   background:rgba(0,0,0,.5);
    width: 35px;
    text-align: center;
    height: 35px;
    padding: 15px 0;
    border-radius: 50%;
    display: none;
}
.video-play-btn-wrap span{display:block;}

.html5-video-front-end{
    position:absolute;
    display:block;
    bottom:12%;
    width:100%;
}
#inner-page-video-container{position:relative;}
#inner-page-video-container .html5-video-front-end{
bottom:45%;
} 

@media screen and (min-width:768px) and (max-width:992px){
    .html5-video-front-end .video-caption{left:3%;}
    .html5-video-front-end .cta-buttons{right:2%;}
}
@media screen and (max-width:767px){
    .html5-video-front-end{width:100%;}
    .html5-video-front-end .video-caption{width:100%;}
    .html5-video-front-end .cta-buttons{display:none;}
	#video-container .video-btn-holder .close-video{position:fixed;top:5vh;}
	.video-btn-holder{width:300px !important;max-width:100%;}
	.video-btn-holder #defaultBar {background: rgba(255,255,255,.4);width: 45% !important;}
}

#inner-page-video-container .video-btn-holder{width:450px;}