#video-container,.video-player-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,.video-player-container video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    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;
}
.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,.video-player-container .video-btn-holder{width:450px;opacity:0;transition:all ease .5s;}
#video-container:hover .video-btn-holder,.video-player-container:hover .video-btn-holder{opacity:1;}
#video-container .video-btn-holder .close-video,.video-player-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: 0;color: #fff;border-radius: 30px;letter-spacing: 3px;text-transform: uppercase;outline: none !important;float: left;width: 45px;height: 45px;}
.btn-play em{width:13px;}

#defaultBar {position: relative;float: left;width: 220px !important;height: 5px;background: #444444;margin: 20px 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;min-width: 80px;}
#timeWrap .currentTime {color: #fff;}
#timeWrap .duration {color: #8d8d8d;}
#button-mute-1,.btnFullscreen{background: rgba(27, 27, 27, .8);width: 2rem;text-align: center;padding: 5px;height: 2rem;border: none;color: #fff;position: relative;top: 5px;display:inline-block;}
.btnFullscreen,.btnFullscreen:hover,.btnFullscreen:focus{border-radius:0.25rem;color:#fff;top: 4px;padding: 8px 8px;}
.btnFullscreen em{transform:rotate(45deg); font-size: 14px; }
.btnFullscreen em span {padding-top:4px;}

.btn-videomute em {font-size: 14px;}
#video-container  .close-video, .video-player-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%;
}
#video-container .html5-video-front-end,.video-player-container .html5-video-front-end{
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	}
.html5-video-back-end{display:none;}
#video-container .html5-video-front-end/*, .video-player-container .html5-video-front-end .poster-image*/,
#video-container .html5-video-front-end {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.banner-cap{position:absolute;left:0;right:0;bottom:15%;color:#fff;margin:auto;}
.banner-cap button,
.banner-cap button:hover,
.banner-cap button:focus{background:none;padding:0;border:none;}
.banner-cap button em{font-size:3rem;color:#fff;}
.banner-cap h4{font-family: 'Adobe Garamond Pro';font-size:1.5rem;margin:0;}
.banner-cap h2{margin:0 0 30px;color:#fff;}
@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,.video-player-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:30% !important;}
    #button-mute-1{top:6px;}
    .btnFullscreen{top:5px;}
}

