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


component-video-db .button_fix{
   /* padding: 7px 20px !important;*/
    font-size: 18px !important;
    border: 1px solid #58585B;
    color: #000;
    text-decoration: none;
    padding: 10px 30px;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

component-video-db .button_fix:hover{
    color: #fff;
    background-color: #58585B;
}
component-video-db .video_frame_container .iframe_block {
    display: none;
    float: left;
    width: 100%;
    /* height: 428px;*/
}
component-video-db .video_frame_container .iframe_block iframe {
    width: 100% !important;
    /* height: 70vh !important;*/
    height: 450px;
    border: 0;
    padding: 0;
    margin: 0;
}
component-video-db .video_frame_container .overlay_block {
    /*position: absolute;*/
    width: 100%;
    left: 0;
    /*padding: 0 15px;*/
    right: 0;
    height: 450px;
   /* background-color: rgba(0, 0, 0, 0.5);*/
}
@media (max-width: 991px){
    component-video-db .video_frame_container .overlay_block .display-table{
        text-align: center !important;
    }
}


component-video-db .video_frame_container .overlay_block .display-table {
    display: table;
    width: 100%;
    height: 450px;
    text-align: left;
    /* height: 428px;*/
}
component-video-db .video_frame_container .overlay_block .display-table .display-table-cell {
    display: table-cell;
    width: 100%;
    /* height: 428px;*/
    vertical-align: middle;
}
component-video-db .video_frame_container img {
    cursor: pointer;
    outline: none;
}
component-video-db .video_frame_container .text_1 {
/*    color: black;
    font-size: 52px;
    line-height: 100px;*/ 
    font-size: 62px;
    line-height: 1.1;
    color: #4d4d4d;
    padding: 0 15px;
    background-color: #fff;
}
component-video-db .video_frame_container .text_2 {
    color: black;
    font-size: 26px;
}
component-video-db ._component_video_sreen_block {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}
component-video-db ._component_video_sreen_block.active {
    display: block;
    z-index: 1100;
}
component-video-db ._component_video_sreen_block .overlay_block {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
}
component-video-db ._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-db ._component_video_sreen_block .overlay_close_btn:hover img {
    transform: rotate(90deg);
}
component-video-db ._component_video_sreen_block .overlay_close_btn img {
    width: 45px;
    height: auto;
    transition: all 0.3s;
}
component-video-db ._component_video_sreen_block .display-table {
    display: table;
    width: 100%;
    height: 100%;
}
component-video-db ._component_video_sreen_block .display-table .display-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
component-video-db ._component_video_sreen_block .display-table .display-table-cell .block_container {
    text-align: center;
    margin: 0 auto;
}
component-video-db ._component_video_sreen_block .display-table .display-table-cell .block_container iframe {
    max-width: 100% !important;
}
component-video-db ._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-db .contron-margin .text_1 {
        line-height: 1;
    }
}
@media (min-width: 700px) {
    component-video-db .contron-margin {
        /*margin: 0 100px;*/
    }
}
@media (max-width: 500px) {
    component-video-db .video_frame_container .text_1 {
        font-size: 40px;
    }
    component-video-db .video_frame_container .text_2 {
        font-size: 20px;
    }
}
/*@media (min-width: 768px) {
  component-video-db .video_frame_container .overlay_block {
    width: 750px;
  }
}
@media (min-width: 992px) {
  component-video-db .video_frame_container .overlay_block {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  component-video-db .video_frame_container .overlay_block {
    width: 1170px;
  }
}*/
component-video-db .video_w{
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    component-video-db .video_w{
        display: inline-block;
    }
}

@media (max-width: 76px) {
    component-video-db .video_w{
        display: block;
    }
}


component-video-db .image_set {
    background-position: center;
    background-size: cover;
    height: 450px;
    background-repeat: no-repeat;
}
component-video-db .text_center_top {
    text-align: center;
}
@media (max-width: 768px) {
    component-video-db .video_frame_container .container {
        /*  padding-left: 15px !important;
    padding-right: 15px !important;*/
    }
}
@media (min-width: 992px) {
    component-video-db .video_frame_container .container {
        /*  padding-left: 100px;
        padding-right: 100px; */
    }
}
@media (max-width: 991px) {
    component-video-db .video_frame_container .container {
        /* padding-left: 40px;
        padding-right: 40px; */
    }
}