    .container_video_home{
        display: flex;
        justify-content: center;
        align-items: center;
        
    }

    .container_video_home .text__content{
        background-color: #e5e8e8;
    }

    .container_video_home .text__container{
      height: auto!important;
    }

    .embed-container { 
      position: relative; padding-bottom: 56.25%; height: 0; overflow: visible; max-width: 100%; height: auto; 
    }

    .kit .container_video_home .text__container{
      padding-top: 0;
    }

    .embed-container iframe, .embed-container object, .embed-container embed { 
      position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    }

    .kit .container_video_home .col-md-6 {
        padding: 0;
    }

    .kit .container_video_home .text__container{
      height: 100%;
    }

    .kit .container_video_home .title-category-familly {
        font-size: 26px;
    }

    .kit .container_video_home .title-category {
        font-size: 18px;
    }

    .kit .container_video_home .text__content p{
      font-size: 14px;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
@media (min-width: 768px){
    .embed-container:after{
        content: '+';
        width: 26px;
        height: 26px;
        position: relative;
        position: absolute;
        z-index: 100;
        background-color: #000000;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        left: calc(100% - 5px);
        top: calc(50% - 13px);
        line-height: 26px;
    }
}

    .kit{
      margin-bottom: 15px;
    }


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

        .container_video_home .title-category-familly {
            font-size: 1.4em!important;
        }

    }  

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

        .kit .container_video_home .title-category {
            font-size: 1em;
        }

        .kit .container_video_home .title-category-familly {
            font-size: 1.3em!important;
            line-height: 125%;
        }

        .kit .container_video_home .text__content p {
            font-size: 13px;
            max-width: 90%;
            margin-left: auto;
            margin-right: auto;
            line-height: 130%;
        }

    }    

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

        .container_video_home {
            flex-direction: column;
        }

        .kit .container_video_home .col-md-6 {
            padding: 0;
            width: 100%;
        }

        .embed-container {
            max-width: 100%;
            width: 100%;
            margin: 0px auto;
        }

    }


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

        .container_iframe_video{
            width: 100%;
            padding: 0;
            margin: 0;
        }

    }




    /* Banner */

    #left-part{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width:40%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 0;
        left: 0px;
        top: 0px;
    }

    #img-right-bg{
        position: relative;
        z-index: 2;
        max-width: 65%;
    }

    #right-part{
        position: absolute;
        width: 60%;
        right: 0px;
        top: 0px;
        z-index: 5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #new-bg-home{
        position: relative;
        display: flex;
        justify-content: flex-end;
    }

    #set-img{
        max-width: 55%;
        margin-bottom: 5%;
    }





    .banner.v_buttons .background{
        background: none;
    }

    #img-banner-v{
        width: 100%;
    }

    .banner.v_buttons .ty-banner__block-item_text{
        position: absolute;
        z-index: 2;
    }
    #left-part-banner {
    left: 0%;
    color: black;
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .banner.v_buttons{
        position: relative;
    }
.banner.v_buttons h1 {
    font-size: 2.3vw;
    line-height: 28px;
    margin-bottom: 10px;
}
.banner.v_buttons h2 {
    line-height: 20px;
}
    #title-left-part{
        font-size: 1.5vw;
    }

    #title-left-part{
        font-weight: 500;
    }

    #title-left-part strong{
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 1.7vw;
        text-transform: uppercase;
    }

    #left-part-banner .btn-header, #right-part-banner .btn-header {
    font-size: 1.3vw;
    border: none;
    min-width: initial;
    padding: 12px 24px;
    }

    #left-part-banner, #right-part-banner{
        bottom: 6%;
    }

    .v_buttons #btn-bg{
        border: 1px solid transparent;
    }

    .v_buttons #btn-bg:hover{
        border: 1px solid white;
    }

    #right-part-banner{
        right: 0%;
        width: 68%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

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

        #left-part-banner, #right-part-banner{
            bottom: 3%;
        }

    }

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

        #left-part-banner, #right-part-banner{
            bottom: 2%;
        }

    }

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

        #left-part-banner .btn-header, #right-part-banner .btn-header {
            padding: 8px 24px;
        }
        .banner.v_buttons h1 {
            margin-bottom: 8px;
        }
    }

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

        .banner.v_buttons h1 {
            line-height: 22px;
        }

    }