@media (min-width:768px) and (max-width:1280px) {
  .folder:hover .title {
      opacity: 0.1;
      filter: blur(2px);
  }

  .folder .buttons {
    display: none;
  }
  
  .folder:hover .buttons {
    display: flex;
  }  
}​