.body{
    position: relative;
    z-index: 5;
    width:auto;
    height: auto;
    padding-top: 0px;
    margin-top:47px;
}
.NewHeader header{
    width: auto;
    height: auto;
    border-radius: 0 0 20px 0px;
    border-bottom: 2px var(--NewBorder) solid;
    background-color: var(--newHeader);
}
.NewWeb{
    width:auto;
    height:auto;
    min-width:var(--Video_Layout);
}
header .Layout{
     width:auto;
     height: auto;
     min-width:auto;
     margin-left:0px;
     margin-right: auto;
     padding-left:16px;
     padding-right:16px;
     position: relative;
     z-index:1;
}
.NewWeb .NewHeader{
    width:100%;
    min-width:var(--Video_Layout);
    position: fixed;
    z-index: 120;
    overflow: hidden;
}
.Layout .header{
    display: block;
    height: 45px;
    overflow: hidden;
}
nav{
    width:auto;
    height: auto;
}
.nav{
    width: auto;
    min-height: 100vh;
    padding-top: 10px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.NewAD{
    margin: 0;
}
.layout{
     position: relative;
     z-index: 2;
     width:auto;
     height:auto;
     min-width:auto;
     margin-left:0px;
     margin-right:0px;
     padding-left:0px;
     padding-right:16px;
}
.IDContent{
    overflow: hidden;
    margin-top: 0px;
    position: relative;
}
.content{
    position: relative;
    width: auto;
    height: auto;
    margin-top:0px;
    margin-bottom:10px;
}
.wrap{
    position: relative;
    z-index: 6;
    width:250px;
    background: var(--newHeader);
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    height:auto;
    float: left;
    min-height: 100vh;
}
.wrap2{
    position: relative;
    z-index: 7;
    margin-left:250px;
    padding-top: 10px;
    padding-left: 5px;
    width: auto;
    height: auto;
    min-height: 100vh;
}
.Advertisement{
    position: relative;
    width:auto;
    height:auto; 
    border-radius: 10px;
    max-width: 228px;
    max-height: 228px;
    object-fit: cover;
    min-height: auto;
}
.AlbumVideo{
    position: relative;
    width:auto;
    height:auto;
    min-height:auto;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
}
.wrapAlbum{
    position: relative;
    overflow: hidden;
    width:auto;
    height: auto;
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 5px;
    zoom: 100%;

}
.idecontener_top {
    overflow: hidden;
    border-top: solid 1px var(--NewBorder);
    border-left: solid 1px var(--NewBorder);
    border-right: solid 1px var(--NewBorder);
    width:auto;
    height:auto;
    padding-top: 16px;
    border-radius: 20px 20px 0 0;
    background-color: var(--NewContener);
}
.idecontener_center{
    border-left: solid 1px var(--NewBorder);
    border-right: solid 1px var(--NewBorder);
    overflow: hidden;
     width:auto;
    height:auto;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px 0px 0px 0;
    background-color: var(--NewContener);

}
.idecontener_bottom {
    width:auto;
    height: auto;
    max-width: none;
    border-bottom: solid 1px var(--NewBorder);
    border-left: solid 1px var(--NewBorder);
    border-right: solid 1px var(--NewBorder); 
    overflow: hidden;
    padding-bottom: 16px;
    border-radius: 0 0 20px 20px;
    background-color: var(--NewContener);
}
.AlbumVideoLink{
    width:auto;
    height: auto;
    min-width: auto;
    min-height:auto;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--NewBorder);
}
.videoContentA{
    position: relative;
    overflow: hidden;
}
.VideoConten{
    width:auto;
    height:auto;
    max-width: 100%;
    max-height:100%;
    min-height:auto;
    min-width:auto;
    object-fit:cover;
}
.Descriptions{
    position: absolute;
    width: 100%;
    height: auto;
    margin-bottom: -2px;
    border-radius: 20px;
    min-height: 50px;
    background:rgba(63, 63, 63, 0.902);
    bottom: 0px;
}
.h1{
    height: auto;
    background: none;
    text-align:center;
    display: block;
    color:var(--text);
    font-size:16px;
    font-weight: 600;
    margin: 3px;
    line-height: 19px;

}
.p1{
    text-align:center;
    display: block;
    margin:3px;
    line-height: 19px;
   color:var(--text);
   font-size:16px; 
}
:root{
    --text:#8f8f8f;
    --Video_Layout:1194px;

}