.slider_album{
    width: 100%;
    height: auto;
    display: -webkit-box !important;
    overflow: hidden;
    position: relative;
    padding: 0 50px;
}
.slider_album_completo{
    width: 100%;
    height: auto;
    display: -webkit-box !important;
    overflow: hidden;
    position: relative;
}
.flecha{
    width: 50px;
    height: 100%;
    z-index: 999999;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cromitos{
    position: relative;
    transition: all 1s;
}
.titulo_cromito{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cromitos img{
    width: 100%;
}
.puntos_videos{
    display: flex;
    align-items: center;
}
.puntos_slider{
    width: 15px;
    height: 15px;
    border: 1px solid white;
    border-radius: 100%;
    background-color: transparent;
    margin-right: 5px;
    cursor: pointer;
}
.activo_punto_slider{
    background-color: white;
}
#izq{
    left: 0;
}
#izq::before{
    font-family: 'Material Icons';
    content:'\e2ea';
    font-size: 3rem
}
#der{
    right: 0;
}
#der::before{
    font-family: 'Material Icons';
    content:'\e2ea';
    font-size: 3rem;
    transform: rotate(180deg);
}