/* demo2 css */


/*-----------------------------
[6. Video ]
-------------------------------*/

.demo5-bg {}

.video.section_padding::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video {
    height: 820px;
    overflow: hidden;
    position: relative;
}

#bgvid {
    min-width: 100%;
    position: relative;
    z-index: -100;
}

.video_text .amazing_title {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
    margin-top: -15px;
}


/*--------------------------------------------------------
---------------------------[End ]-----------------------
---------------------------------------------------------*/