/*.video-js .vjs-big-play-button{left:50%; top:50%;margin-left:-30px;width:60px;z-index:9999;height: 60px; -webkit-border-radius: 50%;border-radius: 50%;line-height:58px;}
.video-js .vjs-big-play-button::before{}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {background-color: transparent;-webkit-box-shadow: 0px 0px 10px rgba(115, 133, 159, 0.5);box-shadow: 0px 0px 10px rgba(115, 133, 159, 0.5);}
.video-js .vjs-progress-control{opacity: 0;}*/

.video-wrapper .video_dummy{width:100%;height:1px !important;max-width: 100%;}
.video-wrapper .video-container{overflow:hidden;margin-top:-1px;}
.video-container .overlay{position:absolute;left:0px;right:0px;top:0px;bottom:0px;background:rgba(0,0,0,0.5);z-index:5;display:block;/*background-color: rgba(0,113,178,0.8);*/ }

@media only screen and (max-width:767px){
.video-text{display: none;}
}
@media only screen and (min-width:768px)and (max-width:991px){
.video-text h1{margin: 0px;font-size: 2.2rem;}
}