@media handheld, screen and (min-width: 320px) {

/*PORTFOLIO*/
.filtros {
    display:flex;  
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.filtros li{
    cursor:pointer;
    margin: 0px 5px 5px 0px;
}

.ejemplo{
    padding:0;
}

.list-group-item {
    background-color: #FF7777;
    color:white;   
}

.filtros li:hover{
    /*background-color:#202020;
    color:white;*/
    background-color: white;
    border: 2px solid #FF7777;
    color:#FF7777;
}

 /*.selected{
   background-color: white;
    border: 1px solid #FF7777;
    color:#FF7777;
}*/

.ejemplo img{
    max-width:%;
    padding-bottom: 0;
}

