.header_video {
    width: 100%;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: #000000;
}

.header_video:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.vjs-default-skin.vjs-has-started .vjs-big-play-button {
    display: none!important;
    opacity: 0!important;
}

.video-js.vjs-playing .vjs-tech {
    pointer-events: none;
}
.header_video-container {
    position:  relative;
}

.video-sound-control {
    position:  absolute;
    right: calc( 50% - 600px);
    bottom: 70px;
    z-index: 99;
}

.video-mute {
    background-image: url(../img/ic_unmute.png);
}

.video-sound-control-button {
    width: 30px;
    height: 30px;
    background-size: contain;
    display: none;
    cursor: pointer;
}

.video-unmute {
    background-image: url(../img/ic_mute.png);
}

.video-sound-control-button.active {
    display: inherit;
}

.video-js {
    visibility: visible!important;
}

@media screen and (max-width: 1280px){
    .video-sound-control {
        right: 50px;
        bottom: 60px;
    }
}

@media screen and (max-width: 1000px){

    .header_video {height: 500px!important;margin-top: -15px;}
    .video-sound-control {
        right: 10px;
        bottom: 20px;
    }

    .fc-text-to-pad {
        padding: 0 15px;
    }
}

@media screen and (max-width: 800px){

    .header_video {height: 400px!important;margin-bottom: 34px;}
    .video-js {margin-top:0px!important}
}

@media screen and (max-width: 650px){

    .header_video {height: auto!important;margin-top: 37px;margin-bottom: 50px;}
    .video-sound-control {
        right: 10px;
        bottom: 10px;
    }
}

@media screen and (max-width: 400px){

    .header_video {height: auto!important;margin-top: 40px;}
}

