@media (max-width:425px){
.AlbumVideo{
    position: relative;
    width:auto;
    height:auto;
    min-height:auto;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

.idecontener_top {
    overflow: hidden;
    border-top: solid 0px var(--NewBorder);
    border-left: solid 0px var(--NewBorder);
    border-right: solid 0px var(--NewBorder);
    width:auto;
    height:auto;
    padding-top: 16px;
    border-radius: 20px 20px 0 0;
    background:none;
}
.idecontener_center{
    border-left: solid 0px var(--NewBorder);
    border-right: solid 0px var(--NewBorder);
    overflow: hidden;
     width:auto;
    height:auto;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px 0px 0px 0;
    background:none;

}
.idecontener_bottom {
    width:auto;
    height: auto;
    max-width: none;
    border-bottom: solid 0px var(--NewBorder);
    border-left: solid 0px var(--NewBorder);
    border-right: solid 0px var(--NewBorder); 
    overflow: hidden;
    padding-bottom: 16px;
    border-radius: 0 0 20px 20px;
    background: none;
}
.wrapAlbum{
    position: relative;
    overflow: hidden;
    width:auto;
    height: auto;
    display:grid;
    grid-template-columns:repeat(1, 1fr);
    gap: 5px;
    zoom: 100%;
}
}