#Video_Body{
    margin-top: 49px;
    /* 1200px */
    width:auto;
    height: auto;
    min-width: 1200px;
    min-height: 100vh;
}
#Video_Col2_body{
    /* 1030 */
   width: auto;
   height: auto;
   min-width: 1030px;
   min-height:100vh;
   float: left;
}
#Video_Layout{
    /*  */
    max-width: var(--Video_Layout);
    width: auto;
    height: auto;
    min-width: 1200px;
}

.Video_content{
    /*  */
    width: auto;
    height: auto;
    padding:16px;
    overflow: hidden;
    border-radius: 20px;
    border: solid 2px var(--NewBorder);
    background-color: var(--NewContener);
}
.Content_diplay_wrap{
    width: auto;
    height:auto;
    display: flex;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
}
.newVideoPlayer2025{
    position: relative;
    width:244px;
    height:auto;
    overflow: hidden;
    display: block;
}
.newVideoPlayer{
    /*  */
    margin-bottom:-5px;
    width:auto;
    height:160px;
    max-width:240px;
    min-width: 240px;
    object-fit:cover;
    border:solid 2px var(--NewBorder);
    cursor: pointer;
}
.svg_alVideo_all_icon{
    position: absolute;
    width:70px;
    height:70px;
    left:50%;
    bottom:34%;
    transform: translate(-50% , -50%);

}
.h2174466{
    width: auto;
    height: auto;
    margin:4px;
    font-size:14px;
    text-align: center;
    color: var(--text-color_ide);
}

#pupVideoObejct{
    display:none;
    width:100%;
    height:100vh;
    position: fixed;
    z-index:12;
    background-color:rgb(0, 0, 0, 0.5 );
    top: 0;
    left:0;
}
#spanVideoObjectContener{
    position:relative;
    top: 50%;
    left:50%;
    transform: translate(-50% , -50%);
    width:auto;
    height:auto;
    max-width:1400px;
    min-width:600px;
    min-height:800px;
    overflow: hidden;
    object-fit: cover;
}
#textPuP{
   font-size:40px;
   cursor: pointer;
   float: right;
}
#pupVideoide{
   /*  */
   object-fit: cover;
   width:auto;
   height:600px;
   border-radius: 0;
}
/* Изменить размер mobiles phone*/
@media (max-width:768px) {
    #Video_Layout {
        max-width: var(--Video_Layout);
        width: auto;
        height: auto;
        min-width: auto;
    }
    #Video_Body {
        margin-top: 49px;
        width: auto;
        height: auto;
        min-width:auto;
        min-height: 100vh;
    }
    #Video_Col2_body {
        width: auto;
        height: auto;
        min-width: auto;
        min-height: 100vh;
        float: none;
    }
    .col2 {
        width: auto;
        height: auto;
        max-width: none;
        min-width: auto;
        width: auto;
        padding-top: 13px;
        overflow: hidden;
    }
    .newVideoPlayer2025 {
        position: relative;
        width:auto;
        height:auto;
        max-width: 142.5px;
        min-width:142.5px;
        overflow: hidden;
        display: block;
    }
    .newVideoPlayer {
        margin-bottom: -5px;
        width: auto;
        height:138px;
        max-width: 138px;
        min-width: 138px;
        object-fit: cover;
        border: solid 2px var(--NewBorder);
        cursor: pointer;
    }
    .Content_diplay_wrap {
        width: auto;
        height: auto;
        display: flex;
        gap: 5px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        overflow: hidden;
    }
    #pupVideoObejct{
        display:none;
        width:100%;
        height:100vh;
        position: fixed;
        z-index:12;
        background-color:rgba(0, 0, 0, 0.5);
        top: 0;
        left:0;
    }
    #spanVideoObjectContener{
        position:relative;
        top: 50%;
        left:50%;
        transform: translate(-50% , -50%);
        width:auto;
        height:auto;
        max-width: none;
        min-width:auto;
        min-height:auto;
        border-radius:10px;
        border: 2px solid white;
        overflow: hidden;
    }
    #textPuP{
       position: absolute;
       z-index: 13;
       font-size:40px;
       cursor: pointer;
       right: 0%;
    }
    #pupVideoide{
       object-fit: cover;
       width:auto;
       height:auto;
       max-height:425px;
       min-width:100%;
       min-height:100%;
       margin-bottom:-5px;
       border-radius: 0px;
    }
}
@media (max-width:425px) {
    .Video_content {
        width: auto;
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
        border-radius: 20px;
        border: solid 2px var(--NewBorder);
        background-color: var(--NewContener);
    }
    .Content_diplay_wrap{
        width: auto;
        height:auto;
        display: flex;
        flex-direction: column;
        gap: 5px;
        overflow: hidden;
    }
    .newVideoPlayer2025{
        position: relative;
        width:auto;
        height:auto;
        max-width:100%;
        min-width: auto;
        overflow: hidden;
        display: block;
    }
    .newVideoPlayer {
        margin-bottom: -5px;
        width: auto;
        height:200px;
        max-width:100%;
        min-width: 100%;
        object-fit: cover;
        border: none;
        cursor: pointer;
    }
    .svg_alVideo_all_icon{
        position: absolute;
        width:70px;
        height:70px;
        left:50%;
        bottom:34%;
        transform: translate(-50% , -50%);
    
    }
    .h2174466{
        width: auto;
        height: auto;
        margin:4px;
        font-size:14px;
        text-align: center;
        color: var(--text-color_ide);
    }
    #pupVideoide{
        object-fit: cover;
        width:auto;
        height:auto;
        max-height:250px;
        min-width:100%;
        min-height:100%;
        margin-bottom:-5px;
        border-radius: 0px;
     }
}
@media (max-width:375px) {
    .newVideoPlayer {
        margin-bottom: -5px;
        width: auto;
        height:150px;
        max-width:100%;
        min-width: 100%;
        object-fit: cover;
        border: none;
        cursor: pointer;
    }
    #pupVideoide{
        object-fit: cover;
        width:auto;
        height:auto;
        max-height:250px;
        min-width:100%;
        min-height:100%;
        margin-bottom:-5px;
        border-radius: 0px;
     }
}
@media (max-width:320px) {
    .newVideoPlayer2025{
        position: relative;
        width:auto;
        height:auto;
        max-width:100%;
        min-width: auto;
        overflow: hidden;
        display: block;
    }
    .newVideoPlayer {
        margin-bottom: -5px;
        width: auto;
        height:200px;
        max-width:100%;
        min-width:100%;
        object-fit: cover;
        border: none;
        cursor: pointer;
    }
    .Video_content{
       min-width: 154px;
    }
    #pupVideoide{
        object-fit: cover;
        width:auto;
        height:auto;
        max-height:200px;
        min-width:100%;
        min-height:100%;
        margin-bottom:-5px;
        border-radius: 0px;
     }
}