component-video-b .line {
    float: left;
    width: 50px;
    margin: auto;
    height: 2px;
}

component-video-b .padding-left {
    padding-left: 0px
}

@media (max-width: 991px) {
    component-video-b .padding-left {
        padding: 0px
    }
}

component-video-b .video_frame_container {
    width: 100%;
    height: auto;
}

component-video-b .video_frame_container .image_url {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

component-video-b .video_frame_container .margin_data {
    margin: 30px;
}

component-video-b .video_frame_container .iframe_block {
    float: left;
    width: 100%;
    height: 350px;
}

component-video-b .video_frame_container .iframe_block iframe {
    width: 100% !important;
    height: 350px !important;
    border: 0;
    padding: 0;
    margin: 0;
}

component-video-b .video_frame_container .overlay_block {
    /*position: absolute;*/
    width: 100%;
    height: 350px;
    background-color: rgba(0, 0, 0, 0.5);
}

component-video-b .video_frame_container .overlay_block .display-table {
    display: table;
    width: 100%;
    height: 350px;
}

component-video-b .video_frame_container .overlay_block .display-table .display-table-cell {
    display: table-cell;
    width: 100%;
    height: 350px;
    vertical-align: middle;
}

component-video-b .video_frame_container img {
    cursor: pointer;
    outline: none;
}

component-video-b .video_frame_container .text_1 {
    color: white;
    font-size: 58px;
    line-height: 100px;
}

component-video-b .video_frame_container .text_2 {
    color: white;
    font-size: 22px;
}

component-video-b ._component_video_sreen_block {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    display: none;
}

component-video-b ._component_video_sreen_block.active {
    display: block;
    z-index: 1100;
}

component-video-b ._component_video_sreen_block .overlay_block {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
}

component-video-b ._component_video_sreen_block .overlay_close_btn {
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 3;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

component-video-b ._component_video_sreen_block .overlay_close_btn:hover img {
    transform: rotate(90deg);
}

component-video-b ._component_video_sreen_block .overlay_close_btn img {
    width: 45px;
    height: auto;
    transition: all 0.3s;
}

component-video-b ._component_video_sreen_block .display-table {
    display: table;
    width: 100%;
    height: 100%;
}

component-video-b ._component_video_sreen_block .display-table .display-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

component-video-b ._component_video_sreen_block .display-table .display-table-cell .block_container {
    text-align: center;
    margin: 0 auto;
}

component-video-b ._component_video_sreen_block .display-table .display-table-cell .block_container iframe {
    max-width: 100% !important;
}

component-video-b ._component_video_sreen_block .display-table .display-table-cell .block_info {
    color: #fff;
    font-size: 22px;
    text-align: center;
    width: 70vw;
    margin-left: 15vw;
    margin: 20px auto;
}

@media (max-width: 700px) {
    component-video-b .contron-margin .text_1 {
        line-height: 1;
    }
}

@media (min-width: 700px) {
    component-video-b .contron-margin {
        margin: 0 100px;
    }
}

@media (max-width: 500px) {
    component-video-b .video_frame_container .text_1 {
        font-size: 20px;
    }
    component-video-b .video_frame_container .text_2 {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    component-video-b .video_frame_container .image_url {
        height: 100vh;
    }
    component-video-b .video_frame_container .iframe_block {
        height: 100vh;
    }
    component-video-b .video_frame_container .iframe_block iframe {
        height: 100vh !important;
    }
    component-video-b .video_frame_container .overlay_block {
        height: 100vh;
    }
    component-video-b .video_frame_container .overlay_block .display-table {
        height: 100vh;
    }
    component-video-b .video_frame_container .overlay_block .display-table .display-table-cell {
        height: 100vh;
    }
}
@media (max-width: 500px) {
    component-video-b .video_frame_container .image_url {
        height: 300px;
    }
    component-video-b .video_frame_container .iframe_block {
        height: 300px;
    }
    component-video-b .video_frame_container .iframe_block iframe {
        height: 300px !important;
    }
    component-video-b .video_frame_container .overlay_block {
        height: 300px;
    }
    component-video-b .video_frame_container .overlay_block .display-table {
        height: 300px;
    }
    component-video-b .video_frame_container .overlay_block .display-table .display-table-cell {
        height: 300px;
    }
}