
.slider_todos_proyectos{
    display: table;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1024px) { 
.slider_todos_proyectos{
    display: table;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
}