html,body{
    width: 100%;
    height: 100%;
}
#index-video, #index-video-2 {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    z-index: -100;
    right: 0;
    bottom: 0;
    background-size: cover;
    overflow: hidden;
    display: block;
}

.index-video-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    overflow: hidden;
}
/*********************************/
/* VIDEO LAYER */
/*********************************/
.video_layer {
    /*position: absolute;*/
    /*right: 162px;*/
    /*top: 34px;*/
    /*z-index: 10;*/
    display: inline-block;
    /*border-right: 1px solid #fff;*/
    /*padding-right: 45px;*/
    /*width: auto;*/
}

.video_layer .muted_layer {
    cursor: pointer;
}

.video_layer._hide {
    display: none;
}

.video_layer .muted_layer:before {
    position: relative;
    content: "\f028";
    font-family: 'FontAwesome', 'sans-serif';
    font-size: 17px;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
}

.video_layer .muted_layer:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 30px;
    background: #fff;
    border-radius: 10px;
    left: 16px;
    top: 5px;
    margin: auto;
    display: block;
    transform: rotate(-140deg);
    transition: 0s;
}

.video_layer .muted_layer.active:after {
    width: 0;

}
.video_layer {
    position: absolute;
    right: 0;
    bottom: auto;
    width: 30px;
    height: 21px;
    z-index: 3;
    display: block;
    top: 0;
}

.video_layer .muted_layer {
    cursor: pointer;
}

.video_layer .muted_layer:before {
    position: absolute;
    content: "\f028";
    font-family: 'FontAwesome', 'sans-serif';
    font-size: 16px;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    display: block;
}

.video_layer .muted_layer:after {
    position: relative;
    content: "";
    height: 1px;
    width: 25px;
    background: #fff;
    border-radius: 10px;
    left: 0;
    margin: 5px auto;
    display: block;
    transform: rotate(-140deg);
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transition: width 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s;
}

.video_layer .muted_layer.active:after {
    width: 0;

}
.muted_video{
    position: fixed;
    left: 0;
    top: 75px;
    right: 0;
    margin: auto;
    z-index: 5;
}
.muted_scroll{
    opacity: 0;
    pointer-events: none;
}