.overlay_slide {
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: rgba(19, 38, 53, 0);
    transition: all .5s;
}

.overlay_slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    z-index: 6;
}

.overlay_slide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    z-index: 6;
}

.text_slider {
    position: absolute;
    width: 90%;
    height: 75px;
    top: auto;
    bottom: 50px;
    left: 50px;
    margin: auto;
    text-align: left;
    z-index: 8;
}

.text_slider h1 {
    color: white;
    margin: 0;
}

.text_slider p {
    color: white;
    margin: 0;
    font-size: 18px;
}

.text_slider ul {
    margin: 0;
    padding: 0;
    transition: all .5s;
}

.text_slider li {
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    margin: 0;
    list-style: none;
}

.text_slider li:nth-child(1) {
    animation-delay: .3s;
}

.text_slider li:nth-child(2) {
    animation-delay: .8s;
}

#index-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -100;
    right: 0;
    bottom: 0;
    background-size: cover;
    overflow: hidden;
}

.index-video-wrapper {
    position: relative;
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    min-height: calc(100vh - 45px);
    width: 100%;
    background-size: cover;
    overflow: hidden;
}

.video_layer {
    position: absolute;
    right: 10%;
    bottom: 77px;
    width: 55px;
    height: 55px;
    z-index: 9999999;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    display: inline-block;
}

.video_layer .muted_layer {
    cursor: pointer;
}

.video_layer._hide {
    display: none;
}

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

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

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

.display-text-video {
    top: 45%;
    position: absolute;
}


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

    .video_layer {
        right: 5%;
        bottom: 77px;
    }
}

@media screen and (max-width: 1280px) {
    .video_layer {
        right: 81px;
    }
}

@media screen and (max-width: 1194px) {
    .video_layer {
        right: 47px;
        bottom: 38px
    }
}

@media screen and (max-width: 1180px) {
    .video_layer {
        bottom: 35px
    }
}

@media screen and (max-width: 1200px) {
    .video_layer {
        right: 46px;
        bottom: 36px
    }
}

@media screen and (max-width: 1024px) {
    .video_layer {
        bottom: 45px
    }
}

@media screen and (max-width: 991px) {
    .video_layer {
        bottom: 37px
    }
}

@media screen and (max-width: 932px) {
    .video_layer {
        bottom: 34px
    }
}@media screen and (max-width: 768px) {
    .video_layer {
        bottom: 35px
    }
}

@media screen and (max-width:667px) {
    .video_layer {
        right: 35px
    }
}

@media screen and (max-width:430px) {
    .display-text-video {
        top: 22%
    }

    .video_layer {
        bottom: 35px;
    }
}