.filtro-video{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:35px}.filtro-video button{border:1px solid #333;background:#fff;color:#333;padding:10px 18px;cursor:pointer;font-size:15px;transition:0.2s ease}.filtro-video button:hover,.filtro-video button.attivo{background:#333;color:#fff}@media (max-width:767px){.filtro-video{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.filtro-video button{flex:0 0 auto;white-space:nowrap}}